Vector3.set

Set new coordinates.

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

Meta