rotation property
rotation property
Gets or sets the rotation represented in quaternion.
Example
from aspose.threed import Node
from aspose.threed.utilities import Quaternion
node = Node()
node.transform.rotation = Quaternion(1, 0, 0, 0)
Definition:
@property
def rotation(self):
...
@rotation.setter
def rotation(self, value):
...
See Also
- module
aspose.threed
- class
Quaternion
- class
Transform