MutableVec4f

fun MutableVec4f(xyz: Vec3f, w: Float)
fun MutableVec4f(other: Vec4f)
fun MutableVec4f(x: Float, y: Float, z: Float, w: Float)