Home
last modified time | relevance | path

Searched defs:btConvexHullShape (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtConvexHullShape.java18 public class btConvexHullShape extends btPolyhedralConvexAabbCachingShape { class
21 protected btConvexHullShape(final String className, long cPtr, boolean cMemoryOwn) { in btConvexHullShape() method in btConvexHullShape
27 public btConvexHullShape(long cPtr, boolean cMemoryOwn) { in btConvexHullShape() method in btConvexHullShape
66 public btConvexHullShape(java.nio.FloatBuffer points, int numPoints, int stride) { in btConvexHullShape() method in btConvexHullShape
75 public btConvexHullShape(java.nio.FloatBuffer points, int numPoints) { in btConvexHullShape() method in btConvexHullShape
84 public btConvexHullShape(java.nio.FloatBuffer points) { in btConvexHullShape() method in btConvexHullShape
88 public btConvexHullShape() { in btConvexHullShape() method in btConvexHullShape
118 public btConvexHullShape(btShapeHull hull) { in btConvexHullShape() method in btConvexHullShape
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
DbtConvexHullShape.i9 btConvexHullShape(const btShapeHull *hull) { in btConvexHullShape() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexHullShape.cpp26 btConvexHullShape ::btConvexHullShape (const btScalar* points,int numPoints,int stride) : btPolyhed… in btConvexHullShape() function in btConvexHullShape