linearly v0.32.0 • Docs
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