VRageMath.BoundingSphere.CreateFromBoundingBox - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingSphere
public static BoundingSphere CreateFromBoundingBox(BoundingBox box)
Creates the smallest BoundingSphere that can contain a specified BoundingBox.
- BoundingBox box
public static void CreateFromBoundingBox(ref BoundingBox box, out BoundingSphere result)
Creates the smallest BoundingSphere that can contain a specified BoundingBox.
- BoundingBox box
- BoundingSphere result