Negate provided vector (invert direction)
v = [1, -2, 3] result = raylib.Vector3Negate(v) print result // [-1, 2, -3]
There was an error while loading. Please reload this page.