Summary

public static BoundingBoxI CreateFromPoints(IEnumerable<Vector3I> points)

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

Returns

BoundingBoxI

Parameters