Skip to content
Snippets Groups Projects
Commit b9f17399 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : add a method TransformPoint in Curves2DWidget

parent 1fde972e
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,12 @@ public:
/** Get the number of curves */
unsigned int GetNumberOfCurves();
/** TransformPoint */
PointType TransformPoint(PointType spacePoint)
{
return m_SpaceToScreenTransform->TransformPoint(spacePoint);
}
protected:
/** Constructor */
Curves2DWidget();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment