#include <Mass.h>
Public Member Functions | |
Mass () | |
Public Attributes | |
real | mass |
Vec3r | center |
Matrix44r | inertia |
Definition at line 39 of file Mass.h.
|
Default values are set.
Definition at line 43 of file Mass.h. References center, inertia, opal::Matrix44r::makeIdentity(), and mass. |
|
Center of gravity position in body frame (x,y,z). Default is (0,0,0) Definition at line 59 of file Mass.h. Referenced by Mass(), and opal::ODESolid::setMass(). |
|
3x3 inertia tensor in body frame, about POR Default is inertia of a box Definition at line 63 of file Mass.h. Referenced by Mass(), and opal::ODESolid::setMass(). |
|
Total mass of the rigid body Default is 1 Definition at line 55 of file Mass.h. Referenced by Mass(), and opal::ODESolid::setMass(). |