rotation property

rotation property

Gets or sets counterclockwise rotation in degrees

Definition:

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

See Also