Provides the modern gl-matrix API (32-bit). All classes extend from Float32Array.
gl-matrix
Float32Array
import { Vec3 } from 'gl-matrix';const vec = new Vec3(0, 1, 2); Copy
import { Vec3 } from 'gl-matrix';const vec = new Vec3(0, 1, 2);
Provides the modern
gl-matrix
API (32-bit). All classes extend fromFloat32Array
.