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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 216 public static float btDistance2(Vector3 v1, Vector3 v2) {
217 return LinearMathJNI.btDistance2(v1, v2);
LinearMathJNI.java 149 public final static native float btDistance2(Vector3 jarg1, Vector3 jarg2);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.h 897 btDistance2(const btVector3& v1, const btVector3& v2)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 123 milliseconds