docs.unity.cn
    Show / Hide Table of Contents

    Method asin

    asin(Single)

    Returns the arcsine of a float value.

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

    Input value.

    Returns
    Type Description
    Single

    The arcsine of the input.

    asin(float2)

    Returns the componentwise arcsine of a float2 vector.

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

    Input value.

    Returns
    Type Description
    float2

    The componentwise arcsine of the input.

    asin(float3)

    Returns the componentwise arcsine of a float3 vector.

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

    Input value.

    Returns
    Type Description
    float3

    The componentwise arcsine of the input.

    asin(float4)

    Returns the componentwise arcsine of a float4 vector.

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

    Input value.

    Returns
    Type Description
    float4

    The componentwise arcsine of the input.

    asin(Double)

    Returns the arcsine of a double value.

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

    Input value.

    Returns
    Type Description
    Double

    The arcsine of the input.

    asin(double2)

    Returns the componentwise arcsine of a double2 vector.

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

    Input value.

    Returns
    Type Description
    double2

    The componentwise arcsine of the input.

    asin(double3)

    Returns the componentwise arcsine of a double3 vector.

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

    Input value.

    Returns
    Type Description
    double3

    The componentwise arcsine of the input.

    asin(double4)

    Returns the componentwise arcsine of a double4 vector.

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

    Input value.

    Returns
    Type Description
    double4

    The componentwise arcsine of the input.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023