rotate_degree method
rotate_degree(self, angle, axis)
Chain a rotation transform in degree
def rotate_degree(self, angle, axis):
...
| Parameter | Type | Description |
|---|---|---|
| angle | float | The angle to rotate in degree |
| axis | aspose.threed.utilities.Vector3 | The axis to rotate |
rotate_degree(self, rot, order)
Append rotation with specified order
def rotate_degree(self, rot, order):
...
| Parameter | Type | Description |
|---|---|---|
| rot | aspose.threed.utilities.Vector3 | Rotation in degrees |
| order | aspose.threed.utilities.RotationOrder |
See Also
- module
aspose.threed.utilities - class
TransformBuilder