Skip to content

Commit 2694cac

Browse files
committed
Hide createMatrix until 2.1
1 parent c0273bb commit 2694cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/math/math.js

Lines changed: 1 addition & 0 deletions
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)