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