com.bulletphysics.linearmath.convexhull
Class HullLibrary

java.lang.Object
  extended by com.bulletphysics.linearmath.convexhull.HullLibrary

public class HullLibrary
extends Object

Convex Hull library for converting point clouds to polygonal representation.


Constructor Summary
HullLibrary()
           
 
Method Summary
 boolean createConvexHull(HullDesc desc, HullResult result)
          Converts point cloud to polygonal representation.
 boolean releaseResult(HullResult result)
          Release memory allocated for this result, we are done with it.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HullLibrary

public HullLibrary()
Method Detail

createConvexHull

public boolean createConvexHull(HullDesc desc,
                                HullResult result)
Converts point cloud to polygonal representation.

Parameters:
desc - describes the input request
result - contains the result
Returns:
whether conversion was successful

releaseResult

public boolean releaseResult(HullResult result)
Release memory allocated for this result, we are done with it.