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