move

fun Vec3.move(x: Double = 0.0, y: Double = 0.0, z: Double = 0.0): Vec3
fun Vec3.move(other: Vec3): Vec3