Class for a coordinate system object such as coordinates of the vertex or a vector.
Definition Coord.h:43
Class for a vertex geometric object.
Definition GOVertex.h:39
Coord m_point
Definition GOVertex.h:48
virtual ~GOVertex()
Definition GOVertex.cpp:41
Coord projectionPoint(const Coord &vertex) const
Compute the projection between a vertex and the corresponding geometric object.
Definition GOVertex.h:45
virtual double distancePoint(const Coord &vertex) const
Compute the distance between a vertex and the corresponding geometric object.
Definition GOVertex.cpp:45
Abstract class for geometric object.
Definition GeometricObject.h:41