bool Equals(const Quaternion& rhs, T tolerance) const;
Returns true when this Quaternion equals specified Quaternion, within a tolerance.
Parameters |
Description |
const Quaternion& rhs |
_nt_ |
T tolerance |
_nt_ |
A Boolean value of true if the quaternions are equal and false otherwise.