Skip to content

Commit

Permalink
Merge pull request #5493 from davepagurek/curvePoint-docs
Browse files Browse the repository at this point in the history
Reference Catmull-Rom in the docs for curvePoint
  • Loading branch information
lmccart authored Mar 4, 2022
2 parents 79c8cbc + 77aeb3e commit a886238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/shape/curves.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ p5.prototype.curveTightness = function(t) {
* @param {Number} c coordinate of second point
* @param {Number} d coordinate of second control point
* @param {Number} t value between 0 and 1
* @return {Number} bezier value at position t
* @return {Number} <a href="#/p5/curve">Curve</a> value at position t
* @example
* <div>
* <code>
Expand Down

0 comments on commit a886238

Please sign in to comment.