BoundingSphere.CreateMerged Method (BoundingSphere, BoundingSphere)
Creates a BoundingSphere that contains the two specified BoundingSphere instances.
Syntax
'Declaration
Public Shared Function CreateMerged ( _
original As BoundingSphere, _
additional As BoundingSphere _
) As BoundingSphere
public static BoundingSphere CreateMerged (
BoundingSphere original,
BoundingSphere additional
)
public:
static BoundingSphere CreateMerged(
BoundingSphere original,
BoundingSphere additional
)
Parameters
- original
Type: BoundingSphere
BoundingSphere to be merged. - additional
Type: BoundingSphere
BoundingSphere to be merged.
Return Value
Type: BoundingSphere
The created BoundingSphere.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
BoundingSphere Structure
BoundingSphere Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone