]> git.sesse.net Git - kdenlive/blobdiff - src/beziercurve/bpoint.h
Bezier Spline:
[kdenlive] / src / beziercurve / bpoint.h
index 388cec2019a984152eaac8685e2b99a29c1d297c..2bd1fa29121babdd76d1a40f2a9c12441da3810a 100644 (file)
@@ -64,7 +64,7 @@ public:
     /** handle 2 */
     QPointF h2;
 
-    /** handles are locked to achieve a natural locking spline => PH1 = -r*PH2 ; a line can be drawn through h1, p, h2 */
+    /** handles are linked to achieve a natural locking spline => PH1 = -r*PH2 ; a line can be drawn through h1, p, h2 */
     bool handlesLinked;
 };