Accept 1927294: Patch from Gerald Young to allow intuitive editing of the BLinePoint...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_bline.h
index a203fc8..c884908 100644 (file)
@@ -49,6 +49,9 @@ ValueBase convert_bline_to_segment_list(const ValueBase &bline);
 //! Converts a list of bline points into a list of widths
 ValueBase convert_bline_to_width_list(const ValueBase &bline);
 
+//! Finds the closest point to pos in bline
+Real find_closest_point(const ValueBase &bline, const Point &pos, Real &radius, bool loop, Point *out_point = 0);
+
 /*! \class ValueNode_BLine
 **     \brief \writeme
 */