23 #ifndef HEXAHEDRON3D_H 24 #define HEXAHEDRON3D_H 27 #include "Polyhedron3d.h" GeomObj * getCopy(void) const
Constructor virtual.
Definition: Hexahedron3d.h:51
Hexahedron.
Definition: Hexahedron3d.h:46
Base class for polyhedrons in a three-dimensional space.
Definition: Polyhedron3d.h:41
Hexahedron3d(void)
Default constructor.
Definition: Hexahedron3d.cc:99
GEOM_FT getVolume(void) const
Return the volume of the object.
Definition: Hexahedron3d.cc:140
GEOM_FT getVolumeWithSign(void) const
Return the volume of the body with sign.
Definition: Hexahedron3d.cc:132
Posición en tres dimensiones.
Definition: Pos3d.h:44
virtual GeomObj::list_Pos3d getVertices(void) const
Return the vertices of the hexahedron.
Definition: Hexahedron3d.cc:113
Base class for position lists.
Definition: PointCloud3d.h:36
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 las entidades geométricas.
Definition: GeomObj.h:40
Three-dimensional reference system defined in a three-dimensional space.
Definition: Ref3d3d.h:39