Transform.inverse_matrix_list#
- property Transform.inverse_matrix_list: list[NumpyArray[float]][source]#
Return a list of all inverse transformations applied by this
Transform.
Notes#
The list comprises all 4x4 inverse transformation matrices. Use
inverse_matrix instead to get the composed result as a single
4x4 matrix.
See Also#
matrix_listReturn a list of all transformation matrices.
Used In#
Docstring Examples
Transform(1 use)