mix

fun mix(v: GLFloat, y: GLFloat, a: GLFloat): GLFloat
fun mix(v: Vec2, y: Vec2, a: Vec2): Vec2
fun mix(v: Vec3, y: Vec3, a: Vec3): Vec3
fun mix(v: Vec4, y: Vec4, a: Vec4): Vec4
fun mix(v: Vec2, y: Vec2, a: GLFloat): Vec2
fun mix(v: Vec3, y: Vec3, a: GLFloat): Vec3
fun mix(v: Vec4, y: Vec4, a: GLFloat): Vec4