Vector2.move

Move the current coordinates.

struct Vector2(T)
pure nothrow
void
move
(
T x
,
T y
)
if (
isNumeric!T
)

Meta