Compares that all the components of quaternions a
and b
are equal.
An epsilon value is not used to compare the float components, but the == operator is at least used so that 0 and -0 are considered equal.
v1 | |
v2 |
true if the quaternions are equal else false . |