Transform.matrix_list#
- property Transform.matrix_list: list[NumpyArray[float]][source]#
Return a list of all current transformation matrices.
Notes#
The list comprises all 4x4 transformation matrices. Use matrix instead
to get the composed result as a single 4x4 matrix.
See Also#
inverse_matrix_listReturn the current transformation matrix.
Used In#
Docstring Examples
Transform(2 uses)Transform.compose(1 use)Transform.rotate(1 use)Transform.scale(1 use)