X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcurve_helper.h;h=620387f2629d8f8a79842bf0bf728d7549bccc68;hb=bbf05c1d5f53f61ec5b033c5c305a497d8389d46;hp=232bf870285b0a113b52338002650484671b968e;hpb=c0fbfbd4e6f1f94bacab8fbfcfdabec7d5203e60;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/curve_helper.h b/synfig-core/trunk/src/synfig/curve_helper.h index 232bf87..620387f 100644 --- a/synfig-core/trunk/src/synfig/curve_helper.h +++ b/synfig-core/trunk/src/synfig/curve_helper.h @@ -106,7 +106,7 @@ inline bool intersect_line_segments(const Point &a, const Point &b, float &tout, return false; } -//Find the closest point on the curve to a point (and return it's distance, and time value) +//Find the closest point on the curve to a point (and return its distance, and time value) Real find_closest(const etl::bezier &curve, const Point &point, float step, Real *closest, float *t); //----------- Rectangle helper functions ---------------