Skip to content

Commit

Permalink
Merge pull request #3026 from lmccart/master
Browse files Browse the repository at this point in the history
 adding to @lad475 changes to place documentation for z1-z4 quad parameters
  • Loading branch information
kjhollen authored Jun 18, 2018
2 parents fede7cf + 0baa6e4 commit b2d8980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/2d_primitives.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,16 +321,16 @@ p5.prototype.point = function() {
* @method quad
* @param {Number} x1
* @param {Number} y1
* @param {Number} z1
* @param {Number} z1 the z-coordinate of the first point
* @param {Number} x2
* @param {Number} y2
* @param {Number} z2
* @param {Number} z2 the z-coordinate of the second point
* @param {Number} x3
* @param {Number} y3
* @param {Number} z3
* @param {Number} z3 the z-coordinate of the third point
* @param {Number} x4
* @param {Number} y4
* @param {Number} z4
* @param {Number} z4 the z-coordinate of the fourth point
* @chainable
*/
p5.prototype.quad = function() {
Expand Down

0 comments on commit b2d8980

Please sign in to comment.