23 #ifndef HEXAHEDRON3D_H 24 #define HEXAHEDRON3D_H 27 #include "Polyhedron3d.h" 44 bool In(
const Pos3d &,
const double &)
const;
GeomObj * getCopy(void) const
Constructor virtual.
Definition: Hexahedron3d.h:40
bool In(const Pos3d &, const double &) const
Returns true if point inside hexahedron.
Definition: Hexahedron3d.cc:122
Hexahedron.
Definition: Hexahedron3d.h:35
Base class for polyhedrons in a three-dimensional space.
Definition: Polyhedron3d.h:41
Hexahedron3d(void)
Default constructor.
Definition: Hexahedron3d.cc:70
GEOM_FT getVolume(void) const
Return the volume of the object.
Definition: Hexahedron3d.cc:92
GEOM_FT getVolumeWithSign(void) const
Return the volume of the body with sign.
Definition: Hexahedron3d.cc:84
Posición en tres dimensiones.
Definition: Pos3d.h:44
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