HomeSort by relevance Sort by last modified time
    Searched defs:btTetrahedronShapeEx (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btTetrahedronShapeEx.java 18 public class btTetrahedronShapeEx extends btBU_Simplex1to4 {
21 protected btTetrahedronShapeEx(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btTetrahedronShapeEx, normally you should not need this constructor it's intended for low-level usage. */
27 public btTetrahedronShapeEx(long cPtr, boolean cMemoryOwn) {
28 this("btTetrahedronShapeEx", cPtr, cMemoryOwn);
39 public static long getCPtr(btTetrahedronShapeEx obj) {
61 public btTetrahedronShapeEx() {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 56 class btTetrahedronShapeEx:public btBU_Simplex1to4
59 btTetrahedronShapeEx()
226 virtual void getBulletTetrahedron(int prim_index,btTetrahedronShapeEx & tetrahedron) const = 0;
500 virtual void getBulletTetrahedron(int prim_index,btTetrahedronShapeEx & tetrahedron) const
851 virtual void getBulletTetrahedron(int prim_index,btTetrahedronShapeEx & tetrahedron) const
1071 virtual void getBulletTetrahedron(int prim_index,btTetrahedronShapeEx & tetrahedron) const

Completed in 2417 milliseconds