Type alias Quat

Quat: number[] | Float32Array | Float64Array

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