Skip to content

Commit 0ab6bc6

Browse files
committed
Small docs reminder.
1 parent 865264b commit 0ab6bc6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

v3/src/paths/curves/cubicbezier/CubicBezierCurve.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ var CubicBezierCurve = new Class({
1313

1414
initialize:
1515

16+
// p0 = start point (or an array of point pairs)
17+
// p1 = control point 1
18+
// p2 = control point 2
19+
// p3 = end point
1620
function CubicBezierCurve (p0, p1, p2, p3)
1721
{
1822
Curve.call(this);

0 commit comments

Comments
 (0)