linearly v0.32.0Docs


linearly v0.32.0 / vec3 / approxEquals

Function: approxEquals()

approxEquals(a, b): boolean

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

Parameters

a: vec3

b: vec3

Returns

boolean

Shorthands

Defined in

src/vec3.ts:1034open in new window