Summary

public static BoundingBox2D CreateFromPoints(IEnumerable<Vector2D> points)

Creates the smallest BoundingBox2D that will contain a group of points.

Returns

BoundingBox2D

Parameters