Type alias Mat3

Mat3: number[] | Float32Array | Float64Array

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