iterami
/
Docs.htm
/
common HTM Projects
/
math.js
/math_matrix_create(length)
Creates a new Float32Array.
If "length" is a number or not specified, then the returned array is filled with 0s until "length" or 16.
If "length" is an array or object, then the returned array will match its length and use its values.
Arg
Default
Type
length
16
integer or array or object