Skip to content
Snippets Groups Projects
class_rotations.py 117 B
Newer Older
class rotations :
    def __init__(self, x, y, z):
        self.x = x
        self.y = y
        self.z = z