Matrix |
The Matrix3x2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Determinant | The determinant of the matrix. | |
| Identity | Gets the identity matrix. | |
| IsIdentity | ||
| M11 | Gets the matrix element M[1,1]. | |
| M12 | Gets the matrix element M[1,2]. | |
| M13 | Gets the matrix element M[1,3] (is always = 0). | |
| M21 | Gets the matrix element M[2,1]. | |
| M22 | Gets the matrix element M[2,2]. | |
| M23 | Gets the matrix element M[2,3] (is always = 0). | |
| M31 | Gets the matrix element M[3,1]. | |
| M32 | Gets the matrix element M[3,1]. | |
| M33 | Gets the matrix element M[3,3] (is always = 1). |