Home
last modified time | relevance | path

Searched defs:btAngle (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java224 public static float btAngle(Vector3 v1, Vector3 v2) { in btAngle() method in LinearMath
260 public static float btAngle(Quaternion q1, Quaternion q2) { in btAngle() method in LinearMath
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtQuaternion.h860 btAngle(const btQuaternion& q1, const btQuaternion& q2) in btAngle() function
DbtVector3.h912 btAngle(const btVector3& v1, const btVector3& v2) in btAngle() function