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