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