Class for a coordinate system object such as coordinates of the vertex or a vector.
Definition Coord.h:43
Class for a plan geometric object.
Definition GOPlan.h:39
Coord m_normal
Point from the plan.
Definition GOPlan.h:49
Coord m_tangent
Normal vector of the plan.
Definition GOPlan.h:50
virtual ~GOPlan()
Definition GOPlan.cpp:50
void createBase()
Binormal vector of the plan.
Definition GOPlan.cpp:72
virtual Coord projectionPoint(const Coord &vertex) const
Compute the projection between a vertex and the corresponding geometric object.
Definition GOPlan.cpp:62
virtual double distancePoint(const Coord &vertex) const
Compute the distance between a vertex and the corresponding geometric object.
Definition GOPlan.cpp:54
Coord m_binormal
Tangent vector of the plan.
Definition GOPlan.h:51
Coord m_point
Definition GOPlan.h:48
Abstract class for geometric object.
Definition GeometricObject.h:41