HomeSort by relevance Sort by last modified time
    Searched refs:btAtan (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 94 public static float btAtan(float x) {
95 return LinearMathJNI.btAtan(x);
LinearMathJNI.java 27 public final static native float btAtan(float jarg1);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btScalar.h 410 SIMD_FORCE_INLINE btScalar btAtan(btScalar x) { return atan(x); }
468 SIMD_FORCE_INLINE btScalar btAtan(btScalar x) { return atanf(x); }
btConvexHullComputer.cpp 1428 printf(" Angle is %f (%d) for ", (float) btAtan(cot.toScalar()), (int) cot.isNaN());
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 86 milliseconds