The Matrix4x4 type exposes the following members.
Properties | Name | Description |
---|
 | Determinant | |
 | Item | |
 | 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]. |
 | 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]. |
 | 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]. |
 | 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]. |
Top
See Also