rotation property

rotation property

The Rotation

Definition:

@property
def rotation(self):
    ...
@rotation.setter
def rotation(self, value):
    ...

See Also