base_state¶
- class bodies.base_state[source]¶
Bases:
objectmechanical state of a body
Attributes Summary
[mandatory] angular velocity [\(T^{-1}\)]
[mandatory] tensor of inertia [\(M L^{2}\)]
[mandatory] body's mass [\(M\)]
[mandatory] orientation [\(-\)]
[mandatory] position [\(L\)]
[mandatory] translational velocity [\(L T^{-1}\)]
[mandatory] volume [\(L^{3}\)]
Attributes Documentation
- inertia: Matrix3 = Matrix3([0.0, 0.0, 0.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0])¶
[mandatory] tensor of inertia [\(M L^{2}\)]
- orientation: Quaternion = Quaternion(0, 0, 0, 1)¶
[mandatory] orientation [\(-\)]
- orientation: Quaternion = Quaternion(0, 0, 0, 1)¶
[mandatory] orientation [\(-\)]