23 #ifndef POLYHEDRONBASE_H 24 #define POLYHEDRONBASE_H 27 #include "../GeomObj3d.h" 38 inline virtual unsigned short int Dimension(
void)
const 42 virtual GEOM_FT Ix(
void)
const;
43 virtual GEOM_FT Iy(
void)
const;
44 virtual GEOM_FT Iz(
void)
const;
45 virtual Pos3d getCenterOfMass(
void)
const;
virtual GEOM_FT getVolume(void) const
Return the object volume.
Definition: PolyhedronBase.cc:34
Base class for the polyhedrons.
Definition: PolyhedronBase.h:35
virtual unsigned short int Dimension(void) const
Return the dimension of the object 0, 1, 2 or 3.
Definition: PolyhedronBase.h:38
Posición en tres dimensiones.
Definition: Pos3d.h:44
virtual GEOM_FT getLength(void) const
Return the object length.
Definition: PolyhedronBase.cc:27
The points of the half space are those that line at the back of the plane, this being understood as t...
Definition: HalfSpace3d.h:42
Clase base para los objetos en tres dimensiones.
Definition: GeomObj3d.h:43