Uses of Class
fr.cnes.sirius.patrius.assembly.properties.MassProperty

Packages that use MassProperty
fr.cnes.sirius.patrius.assembly.properties   
 

Uses of MassProperty in fr.cnes.sirius.patrius.assembly.properties
 

Methods in fr.cnes.sirius.patrius.assembly.properties that return MassProperty
 MassProperty AbstractInertiaProperty.getMassProperty()
          
 MassProperty TankProperty.getMassProperty()
          Getter for the underlying mass property.
 MassProperty IInertiaProperty.getMassProperty()
           
 

Constructors in fr.cnes.sirius.patrius.assembly.properties with parameters of type MassProperty
AbstractInertiaProperty(Vector3D massCenter, Matrix3D inertiaMatrix, MassProperty mass)
          Constructor for the abstract inertia property.
AbstractInertiaProperty(Vector3D massCenter, Matrix3D inertiaMatrix, Vector3D inertiaReferencePoint, MassProperty mass)
          Constructor for the abstract inertia property.
InertiaCylinderProperty(double radius, double height, MassProperty mass)
          Constructor for the cylinder inertia property.
InertiaParallelepipedProperty(double length, double width, double height, MassProperty mass)
          Constructor for the parallelepiped inertia property.
InertiaSimpleProperty(Vector3D massCenter, Matrix3D inertiaMatrix, MassProperty mass)
          Constructor for the simple inertia property
InertiaSimpleProperty(Vector3D massCenter, Matrix3D inertiaMatrix, Vector3D inertiaReferencePoint, MassProperty mass)
          Constructor for the simple inertia property; the inertia matrix is expressed with respect to a point that can be different from the mass center.
InertiaSphereProperty(double radius, MassProperty mass)
          Constructor for the spherical inertia property.
 



Copyright © 2017 CNES. All Rights Reserved.