Searched refs:m_velocity (Results 1 – 6 of 6) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBody.h | 196 btVector3 m_velocity; /* Velocity */ member 355 btVector3 m_velocity; member 359 Impulse() : m_velocity(0,0,0),m_drift(0,0,0),m_asVelocity(0),m_asDrift(0) {} in Impulse() 363 i.m_velocity=-i.m_velocity; 370 i.m_velocity*=x; 454 applyVImpulse(impulse.m_velocity,rpos); in applyImpulse() 474 if(impulse.m_asVelocity) applyVAImpulse(impulse.m_velocity); in applyAImpulse()
|
D | btSoftBodyData.h | 36 btVector3FloatData m_velocity; member
|
D | btSoftBody.cpp | 477 medium.m_velocity = windVelocity; in addAeroForceToNode() 483 const btVector3 rel_v = n.m_v - medium.m_velocity; in addAeroForceToNode() 566 medium.m_velocity = windVelocity; in addAeroForceToFace() 568 const btVector3 rel_v=v-medium.m_velocity; in addAeroForceToFace() 996 if(impulse.m_asVelocity) clusterVImpulse(cluster,rpos,impulse.m_velocity); in clusterImpulse() 1019 if(impulse.m_asVelocity) clusterVAImpulse(cluster,impulse.m_velocity); in clusterAImpulse() 2798 impulse.m_velocity = m_massmatrix*(m_drift+vr*m_cfm)*sor; in Solve() 2843 impulse.m_velocity = m_massmatrix*(m_drift+vc*m_cfm)*sor; in Solve() 2889 impulse.m_velocity = m_drift; in Solve() 2894 impulse.m_velocity += iv+fv*m_friction; in Solve() [all …]
|
D | btSoftBodyInternals.h | 511 medium.m_velocity = btVector3(0,0,0); in EvaluateMedium()
|
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/ |
D | bullet.h | 1158 btVector3FloatData m_velocity; variable
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/ |
D | softbody_wrap.cpp | 4014 if (arg1) (arg1)->m_velocity = *arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1sMedium_1velocity_1set() 4027 result = (btVector3 *)& ((arg1)->m_velocity); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1sMedium_1velocity_1get() 7091 if (arg1) (arg1)->m_velocity = *arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Impulse_1velocity_1set() 7104 result = (btVector3 *)& ((arg1)->m_velocity); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_btSoftBody_1Impulse_1velocity_1get() 14168 if (arg1) (arg1)->m_velocity = *arg2; in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyNodeData_1velocity_1set() 14181 result = (btVector3FloatData *)& ((arg1)->m_velocity); in Java_com_badlogic_gdx_physics_bullet_softbody_SoftbodyJNI_SoftBodyNodeData_1velocity_1get()
|