linearly v0.32.0Docs


linearly v0.32.0 / quat / approxEquals

Function: approxEquals()

approxEquals(a, b): boolean

Returns whether or not the quaternions point approximately to the same direction. Both quaternions are assumed to be unit length.

Parameters

a: quat

b: quat

Returns

boolean

Shorthands

Defined in

src/quat.ts:546open in new window