Home
last modified time | relevance | path

Searched refs:btAngle (Results 1 – 4 of 4) 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
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp5288 result = (btScalar)btAngle((btVector3 const &)*arg1,(btVector3 const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btAngle_1_1SWIG_10()
6297 result = (btScalar)btAngle((btQuaternion const &)*arg1,(btQuaternion const &)*arg2); in Java_com_badlogic_gdx_physics_bullet_linearmath_LinearMathJNI_btAngle_1_1SWIG_11()