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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyData.h 36 btVector3FloatData m_velocity; member in struct:SoftBodyNodeData
btSoftBody.h 196 btVector3 m_velocity; /* Velocity */ member in struct:btSoftBody::sMedium
355 btVector3 m_velocity; member in struct:btSoftBody::Impulse
359 Impulse() : m_velocity(0,0,0),m_drift(0,0,0),m_asVelocity(0),m_asDrift(0) {}
363 i.m_velocity=-i.m_velocity;
370 i.m_velocity*=x;
453 // printf("impulse.m_velocity = %f,%f,%f\n",impulse.m_velocity.getX(),impulse.m_velocity.getY(),impulse.m_velocity.getZ())
    [all...]
btSoftBody.cpp 477 medium.m_velocity = windVelocity;
483 const btVector3 rel_v = n.m_v - medium.m_velocity;
566 medium.m_velocity = windVelocity;
568 const btVector3 rel_v=v-medium.m_velocity;
996 if(impulse.m_asVelocity) clusterVImpulse(cluster,rpos,impulse.m_velocity);
1019 if(impulse.m_asVelocity) clusterVAImpulse(cluster,impulse.m_velocity);
    [all...]
btSoftBodyInternals.h 511 medium.m_velocity = btVector3(0,0,0);
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h 1158 btVector3FloatData m_velocity; member in class:Bullet::SoftBodyNodeData
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 437 milliseconds