Scales the v vector using the current global scale factor.
v
SetScaleFactor(2.0f); vector2 v(10.0f, 20.0f); vector2 scaledVector(Scale(v)); print(vector2ToString(scaleVector));
Output:
(20, 40)