diff options
Diffstat (limited to 'src/ui/tool/path-manipulator.h')
| -rw-r--r-- | src/ui/tool/path-manipulator.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/tool/path-manipulator.h b/src/ui/tool/path-manipulator.h index 79db1a1c1..c9030b7bd 100644 --- a/src/ui/tool/path-manipulator.h +++ b/src/ui/tool/path-manipulator.h @@ -89,9 +89,6 @@ public: void updateHandles(); void setControlsTransform(Geom::Affine const &); void hideDragPoint(); - //BSpline - int getControlBsplineSteps(); - //BSpline End MultiPathManipulator &mpm() { return _multi_path_manipulator; } NodeList::iterator subdivideSegment(NodeList::iterator after, double t); @@ -108,7 +105,8 @@ private: void _createControlPointsFromGeometry(); //BSpline - bool isBSpline(); + int controlBSplineSteps; + bool isBSpline; double BSplineHandlePosition(Handle *h); Geom::Point BSplineHandleReposition(Handle *h); Geom::Point BSplineHandleReposition(Handle *h,double pos); |
