HomeSort by relevance Sort by last modified time
    Searched refs:btTriple (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 232 public static float btTriple(Vector3 v1, Vector3 v2, Vector3 v3) {
233 return LinearMathJNI.btTriple(v1, v2, v3);
LinearMathJNI.java 153 public final static native float btTriple(Vector3 jarg1, Vector3 jarg2, Vector3 jarg3);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.h 925 btTriple(const btVector3& v1, const btVector3& v2, const btVector3& v3)
    [all...]
btMatrix3x3.h 975 return btTriple((*this)[0], (*this)[1], (*this)[2]);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 469 milliseconds