set

fun set(x: Float, y: Float, z: Float, w: Float): MutableVec4f
fun set(other: Vec4f): MutableVec4f
fun set(xyz: Vec3f, w: Float = 0.0f): MutableVec4f
open operator fun set(i: Int, v: Float)