Searched defs:btDegrees (Results 1 – 3 of 3) sorted by relevance
142 public static float btDegrees(float x) { in btDegrees() method in LinearMath
39 public final static native float btDegrees(float jarg1); in btDegrees() method in LinearMathJNI
534 SIMD_FORCE_INLINE btScalar btDegrees(btScalar x) { return x * SIMD_DEGS_PER_RAD; } in btDegrees() function