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

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