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.
See also
matrixReturn the current 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.