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 c0273bb commit 2694cacCopy full SHA for 2694cac
src/math/math.js
@@ -115,6 +115,7 @@ function math(p5, fn) {
115
* on shapes and images. The `createMatrix` method can take a column-major
116
* array representation of a square matrix as an argument. In the current implementation we only use squared matrices.
117
*
118
+ * @private
119
* @method createMatrix
120
* @param {Array<Number>} components Column-major array representation of the square matrix.
121
0 commit comments