linearly v0.32.0Docs


linearly v0.32.0 / mat4 / equals

Function: equals()

equals(a, b): boolean

Alias for approxEquals. This is provided for compatibility with gl-matrix.

Parameters

a: mat4

b: mat4

Returns

boolean

Deprecated

Use approxEquals instead

Shorthands

Defined in

src/mat4.ts:1695open in new window