Template Function TRAP::Math::NotEqual(const tQuat<T>&, const tQuat<T>&)#

Function Documentation#

template<typename T>
constexpr Vec<4, bool> TRAP::Math::NotEqual(const tQuat<T> &x, const tQuat<T> &y) noexcept#

Perform a component-wise not-equal-to comparison of two quaternions.

Parameters:
  • x – Specifies the first quaternion to be used in the comparison operation.

  • y – Specifies the second quaternion to be used in the comparison operation.

Returns:

Component-wise comparison of result x != y.