26 #include "utility/geom/d2/Polygon3d.h" 38 inline void push_back(
const Pos3d &p)
39 { Polygon3d::push_back(p); }
44 virtual GeomObj *getCopy(
void)
const 47 inline virtual unsigned int getNumVertices(
void)
const Triangle in a two-dimensional space.
Definition: Triangle2d.h:38
Plane polygon in a 3D space.
Definition: Polygon3d.h:35
GEOM_FT dist(const Pos3d &p) const
Return the distance from the point to the triangle.
Definition: Triangle3d.cc:42
Plane in a three-dimensional space.
Definition: Plane.h:49
Triangle in a three-dimensional space.
Definition: Triangle3d.h:34
Posición en tres dimensiones.
Definition: Pos3d.h:44
GEOM_FT dist2(const Pos3d &p) const
Return the squared distance from the point to the triangle.
Definition: Triangle3d.cc:35
Clase base para las entidades geométricas.
Definition: GeomObj.h:40
Two-dimensional reference system defined in a three-dimensional space.
Definition: Ref2d3d.h:41