Negate vector
v = [3, -4] result = raylib.Vector2Negate(v) print result // [-3, 4]
There was an error while loading. Please reload this page.