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

Function Documentation#

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

Perform a component-wise greater-than-or-equal 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.