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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 441 void btSoftBody::addForce(const btVector3& force)
443 for(int i=0,ni=m_nodes.size();i<ni;++i) addForce(force,i);
447 void btSoftBody::addForce(const btVector3& force,int node)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java     [all...]

Completed in 73 milliseconds