linearly v0.32.0Docs


linearly v0.32.0 / mat3 / identity

Variable: identity

const identity: mat3

The identity matrix of mat3

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

Shorthands

Defined in

src/mat3.ts:92open in new window