| Parameter | Description |
|---|---|
| m | Matrix to use when computing determinant. |
double The determinant of the matrix.
Returns the determinant of a double2x2 matrix.
| Parameter | Description |
|---|---|
| m | Matrix to use when computing determinant. |
double The determinant of the matrix.
Returns the determinant of a double3x3 matrix.
| Parameter | Description |
|---|---|
| m | Matrix to use when computing determinant. |
double The determinant of the matrix.
Returns the determinant of a double4x4 matrix.
| Parameter | Description |
|---|---|
| m | Matrix to use when computing determinant. |
float The determinant of the matrix.
Returns the determinant of a float2x2 matrix.
| Parameter | Description |
|---|---|
| m | Matrix to use when computing determinant. |
float The determinant of the matrix.
Returns the determinant of a float3x3 matrix.
| Parameter | Description |
|---|---|
| m | Matrix to use when computing determinant. |
float The determinant of the matrix.
Returns the determinant of a float4x4 matrix.
| Parameter | Description |
|---|---|
| m | Matrix to use when computing determinant. |
int The determinant of the matrix.
Returns the determinant of a int2x2 matrix.
| Parameter | Description |
|---|---|
| m | Matrix to use when computing determinant. |
int The determinant of the matrix.
Returns the determinant of a int3x3 matrix.
| Parameter | Description |
|---|---|
| m | Matrix to use when computing determinant. |
int The determinant of the matrix.
Returns the determinant of a int4x4 matrix.