Searched defs:btConvexHullShape (Results 1 – 3 of 3) sorted by relevance
18 public class btConvexHullShape extends btPolyhedralConvexAabbCachingShape { class21 protected btConvexHullShape(final String className, long cPtr, boolean cMemoryOwn) { in btConvexHullShape() method in btConvexHullShape27 public btConvexHullShape(long cPtr, boolean cMemoryOwn) { in btConvexHullShape() method in btConvexHullShape66 public btConvexHullShape(java.nio.FloatBuffer points, int numPoints, int stride) { in btConvexHullShape() method in btConvexHullShape75 public btConvexHullShape(java.nio.FloatBuffer points, int numPoints) { in btConvexHullShape() method in btConvexHullShape84 public btConvexHullShape(java.nio.FloatBuffer points) { in btConvexHullShape() method in btConvexHullShape88 public btConvexHullShape() { in btConvexHullShape() method in btConvexHullShape118 public btConvexHullShape(btShapeHull hull) { in btConvexHullShape() method in btConvexHullShape
9 btConvexHullShape(const btShapeHull *hull) { in btConvexHullShape() function
26 btConvexHullShape ::btConvexHullShape (const btScalar* points,int numPoints,int stride) : btPolyhed… in btConvexHullShape() function in btConvexHullShape