Home
last modified time | relevance | path

Searched refs:btVector3_distance (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtVector3.java97 return LinearMathJNI.btVector3_distance(swigCPtr, this, v); in distance()
DLinearMathJNI.java105 public final static native float btVector3_distance(long jarg1, btVector3 jarg1_, Vector3 jarg2); in btVector3_distance() method in LinearMathJNI