Summary

public static BoundingBox2I CreateFromPoints(IEnumerable<Vector2I> points)

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

Returns

BoundingBox2I

Parameters