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 @@ -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