完成了对任意导线的旋转

Signed-off-by: facat <facat@facat.com>
This commit is contained in:
facat 2021-06-04 11:50:27 +08:00
parent 29fe0ff94c
commit edc09e5c61
2 changed files with 5 additions and 0 deletions

0
graphic.py Normal file
View File

5
type3d.py Normal file
View File

@ -0,0 +1,5 @@
class Vector3D:
def __init__(self, x, y, z):
self.x = x
self.y = y
self.z = z