linearly v0.32.0Docs


linearly v0.32.0 / mat2 / identity

Variable: identity

const identity: mat2

The identity matrix of mat2.

[1, 0,
 0, 1]

Shorthands

Defined in

src/mat2.ts:54open in new window