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