Summary

public static BoundingBoxD CreateFromPoints(IEnumerable<Vector3D> points)

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

Returns

BoundingBoxD

Parameters