Vector2.set

Set new coordinates.

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

Meta