This commit is contained in:
Zhengyu Peng
2021-12-10 22:49:37 -05:00
parent e812db544c
commit 58f9cec145
3 changed files with 66 additions and 80 deletions

View File

@ -106,4 +106,4 @@ def path_rotate_z(path, angle):
if __name__ == '__main__':
pt = [0, 1, 0]
print(point_rotate_z(pt, 270))