Skip to content

Type Alias: Mat4

ts
type Mat4 = Float32Array;

Defined in: plot3d/mat4.ts:2

Minimal column-major 4×4 matrix helpers for the 3D plots (WebGL convention).

MIT licensed. WebGL2 required.