pyvista.Texture.rotate_ccw#
- Texture.rotate_ccw() Texture [ソース]#
このテクスチャを反時計回りに90度回転させます.
- 戻り値:
pyvista.Texture
Rotated texture.
例
>>> from pyvista import examples >>> texture = examples.download_puppy_texture() >>> rotated = texture.rotate_ccw() >>> rotated.plot()