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