docs.unity.cn
    Show / Hide Table of Contents

    Method RotateX

    RotateX(Single)

    Returns a quaternion that rotates around the x-axis by a given number of radians.

    Declaration
    public static quaternion RotateX(float angle)
    Parameters
    Type Name Description
    Single angle

    The clockwise rotation angle when looking along the x-axis towards the origin in radians.

    Returns
    Type Description
    quaternion

    The quaternion representing a rotation around the x-axis.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 29, 2022
    Terms of use