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

Function Documentation#

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

Perform a component-wise less-than-or-equal 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 result of x <= y.