Documentation

Math::Clamp

Function

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

int x

int min

int max

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

float x

float min

float max

Returns float