linearly v0.32.0Docs


linearly v0.32.0 / mat4 / identity

Variable: identity

const identity: mat4

The identity matrix of mat4

[1, 0, 0, 0,
 0, 1, 0, 0,
 0, 0, 1, 0,
 0, 0, 0, 1]

Shorthands

Defined in

src/mat4.ts:79open in new window