Type alias Vec3

Vec3: number[] | Float32Array | Float64Array

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