docs.unity3d.com
Search Results for

    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
    float

    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
    float

    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
    float

    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
    int

    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
    int

    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
    int

    The determinant of the matrix.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)