linearly v0.32.0Docs


linearly v0.32.0 / mat3 / equals

Function: equals()

equals(a, b): boolean

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

Parameters

a: mat3

b: mat3

Returns

boolean

Deprecated

Use approxEquals instead

Shorthands

Defined in

src/mat3.ts:702open in new window