CreateFromSphere
Summary
public static BoundingBox CreateFromSphere(BoundingSphere sphere)
Creates the smallest BoundingBox that will contain the specified BoundingSphere.
Returns
Parameters
- BoundingSphere sphere
Summary
public static void CreateFromSphere(ref BoundingSphere sphere, out BoundingBox result)
Creates the smallest BoundingBox that will contain the specified BoundingSphere.
Parameters
- BoundingSphere sphere
- BoundingBox result