Matrix3D Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Matrix3D type exposes the following members.
| Name | Description | |
|---|---|---|
|
HasInverse | Gets a value that indicates whether this Matrix3D is invertible. |
|
Identity | Changes a Matrix3D structure into an identity Matrix3D. |
|
IsIdentity | Determines whether this Matrix3D structure is an identity Matrix3D. |
|
M11 | Gets or sets the value of the first row and first column of this Matrix3D. |
|
M12 | Gets or sets the value of the first row and second column of this Matrix3D. |
|
M13 | Gets or sets the value of the first row and third column of this Matrix3D. |
|
M14 | Gets or sets the value of the first row and fourth column of this Matrix3D. |
|
M21 | Gets or sets the value of the second row and first column of this Matrix3D. |
|
M22 | Gets or sets the value of the second row and second column of this Matrix3D. |
|
M23 | Gets or sets the value of the second row and third column of this Matrix3D. |
|
M24 | Gets or sets the value of the second row and fourth column of this Matrix3D. |
|
M31 | Gets or sets the value of the third row and first column of this Matrix3D. |
|
M32 | Gets or sets the value of the third row and second column of this Matrix3D. |
|
M33 | Gets or sets the value of the third row and third column of this Matrix3D. |
|
M34 | Gets or sets the value of the third row and fourth column of this Matrix3D. |
|
M44 | Gets or sets the value of the fourth row and fourth column of this Matrix3D. |
|
OffsetX | Gets or sets the value of the fourth row and first column of this Matrix3D. |
|
OffsetY | Gets or sets the value of the fourth row and second column of this Matrix3D. |
|
OffsetZ | Gets or sets the value of the fourth row and third column of this Matrix3D. |
Show: