CreateFromBoundingBox
Summary
public static BoundingSphere CreateFromBoundingBox(BoundingBox box)
Creates the smallest BoundingSphere that can contain a specified BoundingBox.
Returns
Parameters
- BoundingBox box
Summary
public static void CreateFromBoundingBox(ref BoundingBox box, out BoundingSphere result)
Creates the smallest BoundingSphere that can contain a specified BoundingBox.
Parameters
- BoundingBox box
- BoundingSphere result