linearly v0.32.0Docs


linearly v0.32.0 / mat2 / approxEquals

Function: approxEquals()

approxEquals(a, b): boolean

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

Parameters

a: mat2

b: mat2

Returns

boolean

Shorthands

Defined in

src/mat2.ts:395open in new window