RotAroundAxis
Function. Outputs a rotation (quaternion) about a specified axis vector for a given angle.
Useful for creating rotations in 3D space when you know the axis and angle of rotation.
Properties & inputs:
- Axis (input | property): The 3D vector to rotate about. Does not need to be normalized.
- Angle (input | property): Rotation angle in degrees.
Output:
- Rotation (quaternion) about the specified axis.