rotate method
rotate
Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the default (Prepend) order.
def rotate(self, angle):
...
Parameter | Type | Description |
---|---|---|
angle | float | The rotate angle. |
rotate
Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix in the specified order.
def rotate(self, angle, order):
...
Parameter | Type | Description |
---|---|---|
angle | float | The rotate angle. |
order | MatrixOrder | The matrix order. |
See Also
- module
aspose.cad
- class
Matrix