English
Appearance
Vector2.negative
Vector2
(Read-only) The negation of the vector.
let v2 = new Vector2(-1, -2); let v2_negative = v2.negative;