pyvista.Transform.matrix#
- property Transform.matrix: NumpyArray[float][source]#
Return or set the current transformation matrix.
- Returns:
NDArray
[float
]Current transformation matrix.
See also
inverse_matrix
Return the inverse of the current transformation.
Notes
This matrix is a single 4x4 matrix computed from concatenating all transformations. Use
matrix_list
instead to get a list of the individual transformations.