<Code Lib>
2023 Property
Changes 0
P

Transform.Inverse

Description:
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 Transform Inverse { get; }

Loading…