Skip to content

Commit 3577c7e

Browse files
author
Lauren McCarthy
committed
fixes #258
1 parent 3f954f7 commit 3577c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/transform.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ p5.prototype.shearY = function(angle) {
363363
* @method translate
364364
* @param {Number} x left/right translation
365365
* @param {Number} y up/down translation
366+
* @param {Number} [z] forward/backward translation (webgl only)
366367
* @return {p5} the p5 object
367368
* @example
368369
* <div>

0 commit comments

Comments
 (0)