equal


Description:

public static Bool equal (void* v1, void* v2)

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.

Parameters:

v1

A Quaternion

v2

A Quaternion

Returns:

true if the quaternions are equal else false .