clamp

fun clamp(v: GLFloat, min: GLFloat, max: GLFloat): GLFloat
fun clamp(v: Vec2, min: Vec2, max: Vec2): Vec2
fun clamp(v: Vec3, min: Vec3, max: Vec3): Vec3
fun clamp(v: Vec4, min: Vec4, max: Vec4): Vec4
fun clamp(v: Vec2, min: GLFloat, max: GLFloat): Vec2
fun clamp(v: Vec3, min: GLFloat, max: GLFloat): Vec3
fun clamp(v: Vec4, min: GLFloat, max: GLFloat): Vec4
fun clamp(v: GLFloat, min: Float, max: Float): GLFloat
fun clamp(v: GLFloat, min: GLFloat, max: Float): GLFloat
fun clamp(v: Vec2, min: Float, max: Float): Vec2
fun clamp(v: Vec3, min: Float, max: Float): Vec3
fun clamp(v: Vec4, min: Float, max: Float): Vec4