Package com.bulletphysics.linearmath.convexhull

Convex Hull library for converting point clouds to polygonal representation.

See:
          Description

Class Summary
HullDesc Describes point cloud data and other input for conversion to polygonal representation.
HullFlags Flags that affects convex hull generation, used in HullDesc.flags.
HullLibrary HullLibrary class can create a convex hull from a collection of vertices, using the ComputeHull method.
HullResult Contains resulting polygonal representation.
 

Package com.bulletphysics.linearmath.convexhull Description

Convex Hull library for converting point clouds to polygonal representation.