VRageMath.BoundingBoxD.CreateFromPoints - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingBoxD
public static BoundingBoxD CreateFromPoints(IEnumerable<Vector3D> points)
Creates the smallest BoundingBox that will contain a group of points.
- IEnumerable<Vector3D> points