[]
Contains the result of matrix decomposition.
public struct DMatrix
The rotation angle in radians.
public float Rotation
The value to scale by on the X axis.
public float ScaleX
The value to scale by on the Y axis.
public float ScaleY
The X angle, in radians.
public float SkewX
The Y angle, in radians.
public float SkewY
The X offset.
public float TranslationX
The Y offset.
public float TranslationY
Creates the Matrix3x2 from decomposition info.
public Matrix3x2 ToMatrix()
public override string ToString()
public static bool TryCreate(Matrix3x2 m, out DMatrix dm)