public final class InertiaParallelepipedProperty extends AbstractInertiaProperty
IInertiaProperty
Constructor and Description |
---|
InertiaParallelepipedProperty(double length,
double width,
double height,
MassProperty mass)
Constructor for the parallelepiped inertia property.
|
Modifier and Type | Method and Description |
---|---|
Matrix3D |
getInertiaMatrix() |
getMass, getMassCenter, getMassProperty, getType, setInertiaMatrix, setMassCenter
public InertiaParallelepipedProperty(double length, double width, double height, MassProperty mass)
length
- length the dimension on the X axis of the frame.width
- the dimension on the Y axis of the given frame.height
- the dimension on the Z axis of the given frame.mass
- the mass property associated to this partpublic Matrix3D getInertiaMatrix()
getInertiaMatrix
in interface IInertiaProperty
getInertiaMatrix
in class AbstractInertiaProperty
Copyright © 2017 CNES. All rights reserved.