We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79c8cbc + 77aeb3e commit a886238Copy full SHA for a886238
src/core/shape/curves.js
@@ -454,7 +454,7 @@ p5.prototype.curveTightness = function(t) {
454
* @param {Number} c coordinate of second point
455
* @param {Number} d coordinate of second control point
456
* @param {Number} t value between 0 and 1
457
- * @return {Number} bezier value at position t
+ * @return {Number} <a href="#/p5/curve">Curve</a> value at position t
458
* @example
459
* <div>
460
* <code>
0 commit comments