English
Appearance
Vector2.Negative()
Vector2
Get the opposite of the current vector.
void
let v2 = new Vector2(-1, -2); v2.Negative();