Template Function TRAP::Math::GreaterThan(const tQuat<T>&, const tQuat<T>&)#
Function Documentation#
-
template<typename T>
constexpr Vec<4, bool> TRAP::Math::GreaterThan(const tQuat<T> &x, const tQuat<T> &y) noexcept# Perform a component-wise greater-than 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.