rotation property
rotation property
Gets the rotation represented in quaternion.
Example
from aspose.threed import Scene
scene = Scene.from_file("test.fbx")
tr = scene.root_node.global_transform
print(f"Rotation = {tr.rotation}")
Definition:
@property
def rotation(self):
...
See Also
- module
aspose.threed
- class
GlobalTransform
- class
Quaternion