- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/bullet/BulletDynamics/Dynamics/btRigidBody.h
r2907 r2908 49 49 50 50 btVector3 m_gravity; 51 btVector3 m_gravity_acceleration;52 51 btVector3 m_invInertiaLocal; 53 52 btVector3 m_totalForce; … … 183 182 const btVector3& getGravity() const 184 183 { 185 return m_gravity _acceleration;184 return m_gravity; 186 185 } 187 186 … … 233 232 m_totalForce += force; 234 233 } 235 236 const btVector3& getTotalForce()237 {238 return m_totalForce;239 };240 241 const btVector3& getTotalTorque()242 {243 return m_totalTorque;244 };245 234 246 const btVector3& getInvInertiaDiagLocal() const235 const btVector3& getInvInertiaDiagLocal() 247 236 { 248 237 return m_invInertiaLocal;
Note: See TracChangeset
for help on using the changeset viewer.