Type alias Mat4

Mat4: number[] | Float32Array | Float64Array

A JavaScript array with 16 values, a Float32Array with 16 values, or a Float64Array with 16 values. When created by the library will create the default type which is Float32Array but can be set by calling mat4.setDefaultType.