Summary

public static BoundingBox2 CreateFromPoints(IEnumerable<Vector2> points)

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

Returns

BoundingBox2

Parameters