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.
1 parent 3f954f7 commit 3577c7eCopy full SHA for 3577c7e
src/core/transform.js
@@ -363,6 +363,7 @@ p5.prototype.shearY = function(angle) {
363
* @method translate
364
* @param {Number} x left/right translation
365
* @param {Number} y up/down translation
366
+ * @param {Number} [z] forward/backward translation (webgl only)
367
* @return {p5} the p5 object
368
* @example
369
* <div>
0 commit comments