m YoshBot moved page ProtoFlux:Axis Angle to ProtoFlux:AxisAngle: Automated: removing spaces from ProtoFlux namespace |
Added link to ProbbablePrime's tutorial on this component. |
||
Line 28: | Line 28: | ||
=== * (Pseudo-Generic) === | === * (Pseudo-Generic) === | ||
Returns the quaternion from the angle specified along the axis. | Returns the quaternion from the angle specified along the axis. | ||
== Examples == | |||
How to create a spinner or other rotation using Axis Angle. | |||
<youtube>mIpl46YvQxA</youtube> | |||
== See Also == | == See Also == |
Latest revision as of 12:33, 18 October 2025
Axis Angle
Rotation
The Axis Angle node takes in an axis value to rotate along and the angle of how much to rotate by, then returns a Quaternion with the specified angle along an axis.
Inputs
Axis (Pseudo-Generic)
The axis we want to rotate on.
Angle (Pseudo-Generic)
The amount to rotate by.
Outputs
* (Pseudo-Generic)
Returns the quaternion from the angle specified along the axis.
Examples
How to create a spinner or other rotation using Axis Angle.
See Also
- Wikipedia's definition of quaternion & euler angles.