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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
Softbody.java 181 public static int PolarDecompose(Matrix3 m, Matrix3 q, Matrix3 s) {
182 return SoftbodyJNI.PolarDecompose(m, q, s);
SoftbodyJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 616 static inline int PolarDecompose( const btMatrix3x3& m,btMatrix3x3& q,btMatrix3x3& s)
btSoftBody.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 140 milliseconds