docs.unity.cn
    Show / Hide Table of Contents

    Method tan

    tan(Single)

    Returns the tangent of a float value.

    Declaration
    public static float tan(float x)
    Parameters
    Type Name Description
    Single x

    Input value.

    Returns
    Type Description
    Single

    The tangent of the input.

    tan(float2)

    Returns the componentwise tangent of a float2 vector.

    Declaration
    public static float2 tan(float2 x)
    Parameters
    Type Name Description
    float2 x

    Input value.

    Returns
    Type Description
    float2

    The componentwise tangent of the input.

    tan(float3)

    Returns the componentwise tangent of a float3 vector.

    Declaration
    public static float3 tan(float3 x)
    Parameters
    Type Name Description
    float3 x

    Input value.

    Returns
    Type Description
    float3

    The componentwise tangent of the input.

    tan(float4)

    Returns the componentwise tangent of a float4 vector.

    Declaration
    public static float4 tan(float4 x)
    Parameters
    Type Name Description
    float4 x

    Input value.

    Returns
    Type Description
    float4

    The componentwise tangent of the input.

    tan(Double)

    Returns the tangent of a double value.

    Declaration
    public static double tan(double x)
    Parameters
    Type Name Description
    Double x

    Input value.

    Returns
    Type Description
    Double

    The tangent of the input.

    tan(double2)

    Returns the componentwise tangent of a double2 vector.

    Declaration
    public static double2 tan(double2 x)
    Parameters
    Type Name Description
    double2 x

    Input value.

    Returns
    Type Description
    double2

    The componentwise tangent of the input.

    tan(double3)

    Returns the componentwise tangent of a double3 vector.

    Declaration
    public static double3 tan(double3 x)
    Parameters
    Type Name Description
    double3 x

    Input value.

    Returns
    Type Description
    double3

    The componentwise tangent of the input.

    tan(double4)

    Returns the componentwise tangent of a double4 vector.

    Declaration
    public static double4 tan(double4 x)
    Parameters
    Type Name Description
    double4 x

    Input value.

    Returns
    Type Description
    double4

    The componentwise tangent of the input.

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