Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/math/math.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function math(p5, fn) {
* on shapes and images. The `createMatrix` method can take a column-major
* array representation of a square matrix as an argument. In the current implementation we only use squared matrices.
*
* @private
* @method createMatrix
* @param {Array<Number>} components Column-major array representation of the square matrix.
*
Expand Down
Loading