SimpleVector - Interactive examples
back
Inversion methods
v1.invert()
v1
x:0, y:3
v1.invert()
x:0, y:-3
v1.invertX()
v1
x:0, y:3
v1.invertX()
x:0, y:3
v1.invertY()
v1
x:0, y:3
v1.invertY()
x:0, y:-3