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