Math::Clamp Function
No description.
Syntax
float Math::Clamp(
    float x,
    float min,
    float max
)Parameters
float x
float min
float max
Return value
float
Remarks
None.
No description.
float Math::Clamp(
    float x,
    float min,
    float max
)float x
float min
float max
float
None.