Expand description
Provides a generic ClampedValue
struct that stores a value and ensures that it is
always within the specified minimum and maximum values.
Structsยง
- Clamped
Value - A value that is clamped between a minimum and maximum value.
Provides a generic ClampedValue
struct that stores a value and ensures that it is
always within the specified minimum and maximum values.