VRageMath.BoundingBoxD.CreateFromSphere - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingBoxD
public static BoundingBoxD CreateFromSphere(BoundingSphereD sphere)
Creates the smallest BoundingBox that will contain the specified BoundingSphere.
- BoundingSphereD sphere
public static void CreateFromSphere(ref BoundingSphereD sphere, out BoundingBoxD result)
Creates the smallest BoundingBox that will contain the specified BoundingSphere.
- BoundingSphereD sphere
- BoundingBoxD result