Home
last modified time | relevance | path

Searched refs:m_totalForce (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
DbtRigidBody.h74 btVector3 m_totalForce; variable
281 m_totalForce += force*m_linearFactor; in applyCentralForce()
286 return m_totalForce; in getTotalForce()
345 m_totalForce.setValue(btScalar(0.0), btScalar(0.0), btScalar(0.0)); in clearForces()
572 btVector3FloatData m_totalForce; member
598 btVector3DoubleData m_totalForce; member
DbtRigidBody.cpp52 m_totalForce.setValue(btScalar(0.0), btScalar(0.0), btScalar(0.0)); in setupRigidBody()
397 m_linearVelocity += m_totalForce * (m_inverseMass * step); in integrateVelocities()
503 m_totalForce.serialize(rbd->m_totalForce); in serialize()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
Dbullet.h617 btVector3FloatData m_totalForce; variable
645 btVector3DoubleData m_totalForce; variable
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp4175 if (arg1) (arg1)->m_totalForce = *arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btRigidBodyFloatData_1totalForce_1set()
4188 result = (btVector3FloatData *)& ((arg1)->m_totalForce); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btRigidBodyFloatData_1totalForce_1get()
4801 if (arg1) (arg1)->m_totalForce = *arg2; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btRigidBodyDoubleData_1totalForce_1set()
4814 result = (btVector3DoubleData *)& ((arg1)->m_totalForce); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btRigidBodyDoubleData_1totalForce_1get()