Skip to content

Commit a886238

Browse files
authored
Merge pull request #5493 from davepagurek/curvePoint-docs
Reference Catmull-Rom in the docs for curvePoint
2 parents 79c8cbc + 77aeb3e commit a886238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/shape/curves.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ p5.prototype.curveTightness = function(t) {
454454
* @param {Number} c coordinate of second point
455455
* @param {Number} d coordinate of second control point
456456
* @param {Number} t value between 0 and 1
457-
* @return {Number} bezier value at position t
457+
* @return {Number} <a href="#/p5/curve">Curve</a> value at position t
458458
* @example
459459
* <div>
460460
* <code>

0 commit comments

Comments
 (0)