Transform.inverse_matrix#
- property Transform.inverse_matrix: NumpyArray[float][source]#
Return the inverse of the current transformation
matrix.- Returns:
NDArray[float]Current inverse transformation matrix.
Notes#
This matrix is a single 4x4 matrix computed from composing the inverse of
all transformations. Use inverse_matrix_list instead to get a list of
the individual inverse transformations.
See Also#
matrixReturn the current transformation matrix.
Used In#
Docstring Examples
Transform(1 use)