#include <rigidbody.h>
Collaboration diagram for RigidBodyState:

Public Member Functions | |
| RigidBodyState () | |
| RigidBodyState (const Matrix &rkInvBodyInertiaTensor, const Matrix &rkInvInertiaTensor, const Vector3d &rkAngularVelocity, const Vector3d &rkTorque, const Matrix &rkRotation) | |
| RigidBodyState (const RigidBodyState &rkState) | |
| bool | operator< (const RigidBodyState &rkState) const |
| bool | operator== (const RigidBodyState &rkState) const |
Public Attributes | |
| Matrix | m_kInvBodyInertiaTensor |
| Matrix | m_kInvInertiaTensor |
| Vector3d | m_kAngularVelocity |
| Vector3d | m_kTorque |
| Matrix | m_kRotation |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
Needed for STL exports of UDTs under Win32
|
|
|
Query if states are equal
|
|
|
Inverted body inertia tensor |
|
|
Inverted inertia tensor |
|
|
Angular velocity |
|
|
Torque |
|
|
Rotation as matrix |
1.3.5