BoundingSphere.CreateMerged Method (BoundingSphere, BoundingSphere, BoundingSphere)
Creates a BoundingSphere that contains the two specified BoundingSphere instances.
Syntax
'Declaration
Public Shared Sub CreateMerged ( _
ref original As BoundingSphere, _
ref additional As BoundingSphere, _
out result As BoundingSphere _
)
public static void CreateMerged (
ref BoundingSphere original,
ref BoundingSphere additional,
out BoundingSphere result
)
public:
static void CreateMerged(
ref BoundingSphere original,
ref BoundingSphere additional,
out BoundingSphere result
)
Parameters
- original
Type: BoundingSphere
BoundingSphere to be merged. - additional
Type: BoundingSphere
BoundingSphere to be merged. - result
Type: BoundingSphere
[OutAttribute] 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