<Code Lib>
2022 Method
Changes 1
M

Transform1D.GetInverse

Description:
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).

public Transform1D GetInverse()

Loading…