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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
Softbody.java 77 public static Matrix3 ScaleAlongAxis(Vector3 a, float s) {
78 return SoftbodyJNI.ScaleAlongAxis(a, s);
SoftbodyJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 241 static inline btMatrix3x3 ScaleAlongAxis(const btVector3& a,btScalar s)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 240 milliseconds