scale

fun scale(factor: Float): MutableVec2f
fun scale(factor: Vec2f): MutableVec2f
fun scale(xFactor: Float, yFactor: Float): MutableVec2f