Function equals
Parameters
- a: ReadonlyQuat
The first unit quaternion.
- b: ReadonlyQuat
The second unit quaternion.
Returns boolean
True if the quaternions are equal, false otherwise.
- a: ReadonlyQuat
Was this helpful?
The first unit quaternion.
The second unit quaternion.
True if the quaternions are equal, false otherwise.
Returns whether or not the quaternions point approximately to the same direction.
Both quaternions are assumed to be unit length.