26 #include "utility/utils/stl/pdeque.h" 27 #include "GeomObj3d.h" 28 #include "utility/geom/lists/GeomGroup.h" 39 virtual GEOM_FT inertia(
const Line3d &e)
const;
41 typedef pdeque_geom_obj::const_iterator const_iterator;
42 typedef pdeque_geom_obj::iterator iterator;
52 virtual GEOM_FT
Ix(
void)
const;
54 virtual GEOM_FT
Iy(
void)
const;
56 virtual GEOM_FT
Iz(
void)
const;
58 GEOM_FT
Pxy(
void)
const;
virtual GEOM_FT Iy(void) const
Moment of inertia with respect to an axis parallel to the y axis passing through the center of mass...
Definition: GeomGroup3d.cc:59
virtual Pos3d getCenterOfMass(void) const
Return the position of the object's center of mass.
Definition: GeomGroup3d.cc:78
Base class for geometric entities groups.
Definition: GeomGroup.h:33
Posición en tres dimensiones.
Definition: Pos3d.h:44
Line in a three-dimensional space.
Definition: Line3d.h:62
GEOM_FT Pxy(void) const
Moment of inertia with respect to the axis parallel to the x and y axis passing through the center of...
Definition: GeomGroup3d.cc:69
Group of 3D entities.
Definition: GeomGroup3d.h:36
virtual GEOM_FT Iz(void) const
Moment of inertia with respect to an axis parallel to the z axis passing through the center of mass...
Definition: GeomGroup3d.cc:64
virtual GEOM_FT Ix(void) const
Moment of inertia with respect to an axis parallel to the x axis passing through the center of mass...
Definition: GeomGroup3d.cc:54
Clase base para los objetos en tres dimensiones.
Definition: GeomObj3d.h:43