| Name |
Description |
| ContainsOnlyTranslation |
Determines if the matrix contains only translation |
| d11 |
Gets or sets the matrix's d11 component |
| d12 |
Gets or sets the matrix's d12 component |
| d21 |
Gets or sets the matrix's d21 component |
| d22 |
Gets or sets the matrix's d22 component |
| IsIdentity |
Determines if the matrix is the identity |
| IsMirrored |
Determines if the matrix is mirrored |
| IsOrthogonal |
Determines if the matrix is orthogonal |
| IsOrthonormal |
Determines if the matrix is orthonormal |
| IsOrthonormalAxisAligned |
Determines if the matrix is orthonormal and axis aligned |
| IsScaled |
Determines if the matrix is scaled |
| IsScaledOrSkewedOrRotated |
Determines if the matrix is scaled, skewed or rotated |
| IsSkewedOrRotated |
Determines if the matrix is skewed or rotated |
| IsSkewedOrRotatedOrMirrored |
Determines if the matrix is skewed, rotated or mirrored |
| IsTranslated |
Determines if the matrix is translated |
| Translation |
Gets or sets the translation |
| TranslationX |
Gets or sets the matrix's x translation |
| TranslationY |
Gets or sets the matrix's y translation |