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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 212 public static float btDot(Vector3 v1, Vector3 v2) {
213 return LinearMathJNI.btDot(v1, v2);
LinearMathJNI.java 148 public final static native float btDot(Vector3 jarg1, Vector3 jarg2);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.h 889 btDot(const btVector3& v1, const btVector3& v2)
    [all...]

Completed in 123 milliseconds