linearly v0.32.0Docs


linearly v0.32.0 / mat3 / approxEquals

Function: approxEquals()

approxEquals(a, b): boolean

Returns whether or not the matrices have approximately the same elements in the same position.

Parameters

a: mat3

b: mat3

Returns

boolean

Shorthands

Defined in

src/mat3.ts:650open in new window