from_angle_axis method
from_angle_axis
Creates a quaternion around given axis and rotate in clockwise
Returns
Created quaternion
def from_angle_axis(self, a, axis):
...
Parameter | Type | Description |
---|---|---|
a | float | Clockwise rotation in radian |
axis | Vector3 | Axis |
See Also
- module
aspose.threed.utilities
- class
Quaternion