This commit is contained in:
2019-05-18 21:13:06 +02:00
parent d348b8f001
commit e22b21c11a
+1
View File
@@ -31,6 +31,7 @@ class argvReader:
def output(self, s0_angle):
joy_it.calculate()
print(joy_it.x)
x = joy_it.x
z = joy_it.y
x, y = converter_2d_to3d(x, s0_angle)