Summary

public static BoundingBox CreateFromPoints(IEnumerable<Vector3> points)

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

Returns

BoundingBox

Parameters