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