docs.unity.cn
    Show / Hide Table of Contents

    Method determinant

    determinant(double2x2)

    Returns the determinant of a double2x2 matrix.

    Declaration
    public static double determinant(double2x2 m)
    Parameters
    Type Name Description
    double2x2 m

    Matrix to use when computing determinant.

    Returns
    Type Description
    Double

    The determinant of the matrix.

    determinant(double3x3)

    Returns the determinant of a double3x3 matrix.

    Declaration
    public static double determinant(double3x3 m)
    Parameters
    Type Name Description
    double3x3 m

    Matrix to use when computing determinant.

    Returns
    Type Description
    Double

    The determinant of the matrix.

    determinant(double4x4)

    Returns the determinant of a double4x4 matrix.

    Declaration
    public static double determinant(double4x4 m)
    Parameters
    Type Name Description
    double4x4 m

    Matrix to use when computing determinant.

    Returns
    Type Description
    Double

    The determinant of the matrix.

    determinant(float2x2)

    Returns the determinant of a float2x2 matrix.

    Declaration
    public static float determinant(float2x2 m)
    Parameters
    Type Name Description
    float2x2 m

    Matrix to use when computing determinant.

    Returns
    Type Description
    Single

    The determinant of the matrix.

    determinant(float3x3)

    Returns the determinant of a float3x3 matrix.

    Declaration
    public static float determinant(float3x3 m)
    Parameters
    Type Name Description
    float3x3 m

    Matrix to use when computing determinant.

    Returns
    Type Description
    Single

    The determinant of the matrix.

    determinant(float4x4)

    Returns the determinant of a float4x4 matrix.

    Declaration
    public static float determinant(float4x4 m)
    Parameters
    Type Name Description
    float4x4 m

    Matrix to use when computing determinant.

    Returns
    Type Description
    Single

    The determinant of the matrix.

    determinant(int2x2)

    Returns the determinant of a int2x2 matrix.

    Declaration
    public static int determinant(int2x2 m)
    Parameters
    Type Name Description
    int2x2 m

    Matrix to use when computing determinant.

    Returns
    Type Description
    Int32

    The determinant of the matrix.

    determinant(int3x3)

    Returns the determinant of a int3x3 matrix.

    Declaration
    public static int determinant(int3x3 m)
    Parameters
    Type Name Description
    int3x3 m

    Matrix to use when computing determinant.

    Returns
    Type Description
    Int32

    The determinant of the matrix.

    determinant(int4x4)

    Returns the determinant of a int4x4 matrix.

    Declaration
    public static int determinant(int4x4 m)
    Parameters
    Type Name Description
    int4x4 m

    Matrix to use when computing determinant.

    Returns
    Type Description
    Int32

    The determinant of the matrix.

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