Quaternion.FromAngleAxis
Quaternion.FromAngleAxis method
Creates a quaternion around given axis and rotate in clockwise
public static Quaternion FromAngleAxis(double a, Vector3 axis)
Parameter | Type | Description |
---|---|---|
a | Double | Clockwise rotation in radian |
axis | Vector3 | Axis |
Return Value
Created quaternion
See Also
- struct Vector3
- struct Quaternion
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D