Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java142 public static float btDegrees(float x) { in btDegrees() method in LinearMath
DLinearMathJNI.java39 public final static native float btDegrees(float jarg1); in btDegrees() method in LinearMathJNI
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h534 SIMD_FORCE_INLINE btScalar btDegrees(btScalar x) { return x * SIMD_DEGS_PER_RAD; } in btDegrees() function