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