[]
Contains the result of matrix decomposition.
public struct DMatrix
Public Structure DMatrix
| Name | Description |
|---|---|
| Rotation | The rotation angle in radians. |
| ScaleX | The value to scale by on the X axis. |
| ScaleY | The value to scale by on the Y axis. |
| SkewX | The X angle, in radians. |
| SkewY | The Y angle, in radians. |
| TranslationX | The X offset. |
| TranslationY | The Y offset. |
| Name | Description |
|---|---|
| ToMatrix() | Creates the Matrix3x2 from decomposition info. |
| ToString() | |
| TryCreate(Matrix3x2, out DMatrix) |