Matrix Properties |
The Matrix type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Identity |
Gets the identity matrix.
|
![]() | M11 |
Gets or sets the matrix element [0,0].
|
![]() | M12 |
Gets or sets the matrix element [0,1].
|
![]() | M13 |
Gets or sets the matrix element [0,2].
|
![]() | M21 |
Gets or sets the matrix element [1,0].
|
![]() | M22 |
Gets or sets the matrix element [1,1].
|
![]() | M23 |
Gets or sets the matrix element [1,2].
|
![]() | M31 |
Gets or sets the matrix element [2,0].
|
![]() | M32 |
Gets or sets the matrix element [2,1].
|
![]() | M33 |
Gets or sets the matrix element [2,2].
|
![]() ![]() | Zero |
Gets the zero matrix.
|