40 #include "./../KDefines.h"
42 #ifndef _USE_MATH_DEFINES
43 #define _USE_MATH_DEFINES
61 inline Type
CLamp( Type Val, Type Min, Type Max )
Type CLamp(Type Val, Type Min, Type Max)
Description: Clamps a value between Min and Max.
Definition: Math.h:61