CreateFromPoints
Summary
public static BoundingBox CreateFromPoints(IEnumerable<Vector3> points)
Creates the smallest BoundingBox that will contain a group of points.
Returns
Parameters
- IEnumerable
points
public static BoundingBox CreateFromPoints(IEnumerable<Vector3> points)
Creates the smallest BoundingBox that will contain a group of points.