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
)
static
constexpr
Clamps a value between min and max bounds.
Works with any type that supports comparison operators.
Template Parameters
T
Type of the values
Parameters
value
Value to clamp
min
Minimum allowed value
max
Maximum allowed value
Returns
Clamped value
SRL
Math