pyvista.Texture.rotate_cw#

Texture.rotate_cw() Texture[ソース]#

このテクスチャを時計回りに90度回転させます.

戻り値:
pyvista.Texture

Rotated texture.

>>> from pyvista import examples
>>> texture = examples.download_puppy_texture()
>>> rotated = texture.rotate_cw()
>>> rotated.plot()
../../../_images/pyvista-Texture-rotate_cw-1_00_00.png