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