iterami
/
Docs.htm
/
common HTM Repos
/
math.js
/math_matrix_create(length)
Creates a new Float32Array and returns it.
If "length" is a number or not specified, then the returned array is filled with 0s until "length || 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