pyvista.Transform.matrix

pyvista.Transform.matrix#

property Transform.matrix: NumpyArray[float][ソース]#

Return or set the current transformation matrix.

戻り値:
NDArray[float]

Current transformation matrix.

参考

inverse_matrix

Return the inverse of the current transformation.

備考

This matrix is a single 4x4 matrix computed from concatenating all transformations. Use matrix_list instead to get a list of the individual transformations.