UNPKG

qcobjects-docs

Version:

The official app and website for documentation of QCObjects

9 lines (6 loc) 142 B
### [ArrayList or Array].matrix2d Creates a 2D matrix. ```javsascript let matrix2d = ArrayList.matrix2d(2,1); // [ [ 1, 1 ], [ 1, 1 ] ] ```