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 © 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