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

Function Documentation#

template<u32 L, typename T>
constexpr Vec<L, bool> TRAP::Math::NotEqual(const Vec<L, T> &x, const Vec<L, T> &y, const Vec<L, T> &epsilon)#

Perform a component-wise not-equal-to comparison of two vectors taking epsilon into account.

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

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

  • epsilon

Returns:

Component-wise comparison result of x != y.