Group: basic_math¶
A¶
functionkfr::generic::abs(const T1 &) Returns the absolute value of x.
C¶
functionkfr::generic::clamp(const T1 &, const T2 &) Returns the first argument clamped to a range [0, hi]functionkfr::generic::clamp(const T1 &, const T2 &, const T3 &) Returns the first argument clamped to a range [lo, hi]