|
MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHlcpVariablesBodySharedMass.h>

Public Member Functions | |
| void | SetBodyInertia (const ChMatrix33<> *minertia) |
| void | SetBodyMass (const double mmass) |
| ChMatrix33 & | GetBodyInertia () |
| ChMatrix33 & | GetBodyInvInertia () |
| double | GetBodyMass () |
Public Attributes | |
| ChMatrix33< double > | inertia |
| double | mass |
| ChMatrix33< double > | inv_inertia |
| double | inv_mass |
| void chrono::ChSharedMassBody::SetBodyInertia | ( | const ChMatrix33<> * | minertia | ) |
Set the inertia matrix.
| void chrono::ChSharedMassBody::SetBodyMass | ( | const double | mmass | ) |
Set the mass associated with translation of body.
| ChMatrix33& chrono::ChSharedMassBody::GetBodyInertia | ( | ) |
Access the 3x3 inertia matrix.
| ChMatrix33& chrono::ChSharedMassBody::GetBodyInvInertia | ( | ) |
Access the 3x3 inertia matrix inverted.
| double chrono::ChSharedMassBody::GetBodyMass | ( | ) |
Get the mass associated with translation of body.
CHRONO::ENGINE