HomeSort by relevance Sort by last modified time
    Searched defs:btSwapScalarEndian (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 240 public static void btSwapScalarEndian(float sourceVal, SWIGTYPE_p_float destVal) {
241 LinearMathJNI.btSwapScalarEndian(sourceVal, SWIGTYPE_p_float.getCPtr(destVal));
LinearMathJNI.java 164 public final static native void btSwapScalarEndian(float jarg1, long jarg2);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.h     [all...]

Completed in 39 milliseconds