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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 357 int m_asVelocity:1;
359 Impulse() : m_velocity(0,0,0),m_drift(0,0,0),m_asVelocity(0),m_asDrift(0) {}
451 if(impulse.m_asVelocity)
474 if(impulse.m_asVelocity) applyVAImpulse(impulse.m_velocity);
btSoftBody.cpp 996 if(impulse.m_asVelocity) clusterVImpulse(cluster,rpos,impulse.m_velocity);
1019 if(impulse.m_asVelocity) clusterVAImpulse(cluster,impulse.m_velocity);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 395 milliseconds