
#################################
A3DGraphTextureTransformationData
#################################

.. c:struct:: A3DGraphTextureTransformationData

   Texture Transformation Structure. 
   
   
      2.0
   
   
   
   The library supports 2D texture transformations. It does not currently support 3D texture transformations.
   
   The matrix is always an array of 16 doubles.
   Rotation around x: matrix[0], matrix[1], matrix[2]
   Rotation around y: matrix[4], matrix[5], matrix[6]
   Rotation around z: matrix[8], matrix[9], matrix[10]
   Translation(x,y,z): matrix[12], matrix[13], matrix[14]
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DGraphTextureTransformationData.m_bTextureFlipS`
   * :c:member:`~A3DGraphTextureTransformationData.m_bTextureFlipT`
   * :c:member:`~A3DGraphTextureTransformationData.m_dMatrix`
   * :c:member:`~A3DGraphTextureTransformationData.m_bIs2D`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DBool A3DGraphTextureTransformationData.m_bTextureFlipS

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Inverts the S coordinate parameter. 
      



.. c:member:: A3DBool A3DGraphTextureTransformationData.m_bTextureFlipT

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Inverts the T coordinate parameter. 
      



.. c:member:: A3DDouble A3DGraphTextureTransformationData.m_dMatrix[16]

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Coordinates of the matrix, which are described in the **Detailed** **Description** for this structure. 
      



.. c:member:: A3DBool A3DGraphTextureTransformationData.m_bIs2D

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Indicates that matrix_transformation contains only 2D terms; always true in this version. 
      




