Transform.Inverse
Description:
The inverse transformation of this transformation.
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 Transform Inverse { get; }
-
Thrown when this transformation is not conformal or invertible.