The Matrix4x3 type exposes the following members.
Properties | Name | Description |
---|
| Determinant | The determinant of the matrix. |
| Identity |
Gets the identity matrix.
|
| Inverse | |
| M11 | Gets the matrix element M[1,1]. |
| M12 | Gets the matrix element M[1,2]. |
| M13 | Gets the matrix element M[1,3]. |
| M14 | Gets the matrix element M[1,4] (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,2]. |
| M24 | Gets the matrix element M[2,4] (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]. |
| M34 | Gets the matrix element M[3,4] (is always = 0). |
| M41 | Gets the matrix element M[4,1]. This is OffsetX. |
| M42 | Gets the matrix element M[4,2]. This is OffsetY. |
| M43 | Gets the matrix element M[4,3]. This is OffsetZ. |
| M44 | Gets the matrix element M[4,4] (is always = 1). |
TopSee Also