Transform2D.GetInverse
Description:
Gets the inverse transformation of this transformation.
Gets the inverse transformation of this transformation.
Remarks:
The transformation matrix A is invertible if there exists a transformation matrix B such that A*B = B*A = I (identity).
The transformation matrix A is invertible if there exists a transformation matrix B such that A*B = B*A = I (identity).
public Transform2D GetInverse()
Transform2D
Transform2D
-
This transformation is not conformal or invertible.