File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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
*
@@ -950,10 +950,10 @@ p5.prototype.curveTightness = function(t) {
950
950
* between them.
951
951
*
952
952
* @method curvePoint
953
- * @param {Number } a coordinate of first anchor point.
954
- * @param {Number } b coordinate of first control point.
955
- * @param {Number } c coordinate of second control point.
956
- * @param {Number } d coordinate of second anchor point.
953
+ * @param {Number } a coordinate of first control point.
954
+ * @param {Number } b coordinate of first anchor point.
955
+ * @param {Number } c coordinate of second anchor point.
956
+ * @param {Number } d coordinate of second control point.
957
957
* @param {Number } t amount to interpolate between 0 and 1.
958
958
* @return {Number } coordinate of a point on the curve.
959
959
*
You can’t perform that action at this time.
0 commit comments