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