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 196d3af commit 72d002aCopy full SHA for 72d002a
src/webgl/p5.Geometry.js
@@ -13,8 +13,8 @@ import p5 from '../core/main';
13
* p5 Geometry class
14
* @class p5.Geometry
15
* @constructor
16
- * @param {Integer} [detailX] number of vertices on horizontal surface
17
- * @param {Integer} [detailY] number of vertices on horizontal surface
+ * @param {Integer} [detailX] number of vertices along the x-axis.
+ * @param {Integer} [detailY] number of vertices along the y-axis.
18
* @param {function} [callback] function to call upon object instantiation.
19
*/
20
p5.Geometry = function(detailX, detailY, callback) {
0 commit comments