TextureMatrix ============= .. py:class:: ansys.stk.core.graphics.TextureMatrix A 4 by 4 matrix applied to a texture coordinate. .. py:currentmodule:: TextureMatrix Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m11` - Get the element in the first row, first column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m12` - Get the element in the first row, second column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m13` - Get the element in the first row, third column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m14` - Get the element in the first row, fourth column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m21` - Get the element in the second row, first column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m22` - Get the element in the second row, second column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m23` - Get the element in the second row, third column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m24` - Get the element in the second row, fourth column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m31` - Get the element in the third row, first column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m32` - Get the element in the third row, second column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m33` - Get the element in the third row, third column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m34` - Get the element in the third row, fourth column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m41` - Get the element in the fourth row, first column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m42` - Get the element in the fourth row, second column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m43` - Get the element in the fourth row, third column. * - :py:attr:`~ansys.stk.core.graphics.TextureMatrix.m44` - Get the element in the fourth row, fourth column. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import TextureMatrix Property detail --------------- .. py:property:: m11 :canonical: ansys.stk.core.graphics.TextureMatrix.m11 :type: float Get the element in the first row, first column. .. py:property:: m12 :canonical: ansys.stk.core.graphics.TextureMatrix.m12 :type: float Get the element in the first row, second column. .. py:property:: m13 :canonical: ansys.stk.core.graphics.TextureMatrix.m13 :type: float Get the element in the first row, third column. .. py:property:: m14 :canonical: ansys.stk.core.graphics.TextureMatrix.m14 :type: float Get the element in the first row, fourth column. .. py:property:: m21 :canonical: ansys.stk.core.graphics.TextureMatrix.m21 :type: float Get the element in the second row, first column. .. py:property:: m22 :canonical: ansys.stk.core.graphics.TextureMatrix.m22 :type: float Get the element in the second row, second column. .. py:property:: m23 :canonical: ansys.stk.core.graphics.TextureMatrix.m23 :type: float Get the element in the second row, third column. .. py:property:: m24 :canonical: ansys.stk.core.graphics.TextureMatrix.m24 :type: float Get the element in the second row, fourth column. .. py:property:: m31 :canonical: ansys.stk.core.graphics.TextureMatrix.m31 :type: float Get the element in the third row, first column. .. py:property:: m32 :canonical: ansys.stk.core.graphics.TextureMatrix.m32 :type: float Get the element in the third row, second column. .. py:property:: m33 :canonical: ansys.stk.core.graphics.TextureMatrix.m33 :type: float Get the element in the third row, third column. .. py:property:: m34 :canonical: ansys.stk.core.graphics.TextureMatrix.m34 :type: float Get the element in the third row, fourth column. .. py:property:: m41 :canonical: ansys.stk.core.graphics.TextureMatrix.m41 :type: float Get the element in the fourth row, first column. .. py:property:: m42 :canonical: ansys.stk.core.graphics.TextureMatrix.m42 :type: float Get the element in the fourth row, second column. .. py:property:: m43 :canonical: ansys.stk.core.graphics.TextureMatrix.m43 :type: float Get the element in the fourth row, third column. .. py:property:: m44 :canonical: ansys.stk.core.graphics.TextureMatrix.m44 :type: float Get the element in the fourth row, fourth column.