HomeSort by relevance Sort by last modified time
    Searched refs:BaryCoord (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 137 public static Vector3 BaryCoord(Vector3 a, Vector3 b, Vector3 c, Vector3 p) {
138 return SoftbodyJNI.BaryCoord(a, b, c, p);
SoftbodyJNI.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyInternals.h 412 static inline btVector3 BaryCoord( const btVector3& a,
878 const btVector3 w=BaryCoord(n[0]->m_x,n[1]->m_x,n[2]->m_x,p+o);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 111 milliseconds