linearly v0.32.0Docs


linearly v0.32.0 / mat4 / exactEquals

Function: exactEquals()

exactEquals(a, b): boolean

Returns whether or not the matrices have exactly the same elements in the same position (when compared with ===)

Parameters

a: mat4

b: mat4

Returns

boolean

Shorthands

Defined in

src/mat4.ts:1610open in new window