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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 356 btVector3 m_drift; member in struct:btSoftBody::Impulse
359 Impulse() : m_velocity(0,0,0),m_drift(0,0,0),m_asVelocity(0),m_asDrift(0) {}
364 i.m_drift=-i.m_drift;
371 i.m_drift*=x;
458 // printf("impulse.m_drift = %f,%f,%f\n",impulse.m_drift.getX(),impulse.m_drift.getY(),impulse.m_drift.getZ());
459 applyDImpulse(impulse.m_drift,rpos)
503 btVector3 m_drift; member in struct:btSoftBody::Joint
    [all...]
btSoftBody.cpp 997 if(impulse.m_asDrift) clusterDImpulse(cluster,rpos,impulse.m_drift);
1020 if(impulse.m_asDrift) clusterDAImpulse(cluster,impulse.m_drift);
    [all...]
btSoftBodyInternals.h 677 joint.m_drift = depth*norm;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 69 milliseconds