Skip to content

Commit 2b13c0d

Browse files
authored
Merge pull request #7749 from processing/minimal-shape-docs
Minimal shape docs
2 parents 904c702 + 2694cac commit 2b13c0d

File tree

6 files changed

+663
-490
lines changed

6 files changed

+663
-490
lines changed

src/math/math.js

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ function math(p5, fn) {
115115
* on shapes and images. The `createMatrix` method can take a column-major
116116
* array representation of a square matrix as an argument. In the current implementation we only use squared matrices.
117117
*
118+
* @private
118119
* @method createMatrix
119120
* @param {Array<Number>} components Column-major array representation of the square matrix.
120121
*

0 commit comments

Comments
 (0)