File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -344,10 +344,10 @@ p5.prototype.bezierDetail = function(d) {
344
344
* between them.
345
345
*
346
346
* @method bezierPoint
347
- * @param {Number } a coordinate of first control point.
348
- * @param {Number } b coordinate of first anchor point.
349
- * @param {Number } c coordinate of second anchor point.
350
- * @param {Number } d coordinate of second control point.
347
+ * @param {Number } a coordinate of first anchor point.
348
+ * @param {Number } b coordinate of first control point.
349
+ * @param {Number } c coordinate of second control point.
350
+ * @param {Number } d coordinate of second anchor point.
351
351
* @param {Number } t amount to interpolate between 0 and 1.
352
352
* @return {Number } coordinate of the point on the curve.
353
353
*
You can’t perform that action at this time.
0 commit comments