Quote:
Originally Posted by team-4480
When I am using cmath for square root of the getX and getY, I get a...
Code:
TypeError: unorderable types: complex() > float()
|
Well the joystick ranges are -1:1, and if you take the square root of -1 you get a complex number (i). What are you using the square root for?