Vec4f

fun Vec4f(x: Float, y: Float, z: Float, w: Float)
fun Vec4f(f: Float)
fun Vec4f(xyz: Vec3f, w: Float)
fun Vec4f(v: Vec4f)