Template Function TRAP::Math::NotEqual(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) noexcept# Perform a component-wise not-equal-to comparison of two vectors.
- 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.
- Returns:
Component-wise comparison result of x != y.