CreateFromPoints
Summary
public static BoundingBox2I CreateFromPoints(IEnumerable<Vector2I> points)
Creates the smallest BoundingBox2I that will contain a group of points.
Returns
Parameters
- IEnumerable
points
public static BoundingBox2I CreateFromPoints(IEnumerable<Vector2I> points)
Creates the smallest BoundingBox2I that will contain a group of points.