Method RotateY
RotateY(Single)
Returns a quaternion that rotates around the y-axis by a given number of radians.
Declaration
public static quaternion RotateY(float angle)
Parameters
Type | Name | Description |
---|---|---|
Single | angle | The clockwise rotation angle when looking along the y-axis towards the origin in radians. |
Returns
Type | Description |
---|---|
quaternion | The quaternion representing a rotation around the y-axis. |