docs.unity.cn
    Show / Hide Table of Contents

    Method RotateZ

    RotateZ(Single)

    Returns a float3x3 matrix that rotates around the z-axis by a given number of radians.

    Declaration
    public static float3x3 RotateZ(float angle)
    Parameters
    Type Name Description
    Single angle

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

    Returns
    Type Description
    float3x3

    The float3x3 rotation matrix representing a rotation around the z-axis.

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