int Math::Clamp(int x, int min, int max)
int
x
int
min
int
max
int
float Math::Clamp(float x, float min, float max)
float
x
float
min
float
max
float