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...] |