pyvista.Transform.inverse_matrix#
- property Transform.inverse_matrix: NumpyArray[float][ソース]#
Return the inverse of the current transformation
matrix.- 戻り値:
NDArray[float]Current inverse transformation matrix.
参考
matrixReturn the current transformation matrix.
備考
This matrix is a single 4x4 matrix computed from composing the inverse of all transformations. Use
inverse_matrix_listinstead to get a list of the individual inverse transformations.