SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ Clamp()

template<typename T >
static constexpr T SRL::Math::Clamp ( const T & value,
const T & min,
const T & max )
staticconstexpr

Clamps a value between min and max bounds.

Works with any type that supports comparison operators.

Template Parameters
TType of the values
Parameters
valueValue to clamp
minMinimum allowed value
maxMaximum allowed value
Returns
Clamped value