
#########################
A3DMathFct3DNonLinearData
#########################

.. c:struct:: A3DMathFct3DNonLinearData

   Non Linear transformation. 
   
   
      2.0
   
   
   
   The following equation shows the result of a non-linear transformation, where u,v,w are the parameters, x,y,z the results, and a,b,c the temporary result:
   
   Apply m_pLeftLinear to (u,v,w) to get (a,b,c) a = a \* cos(b \* m_d2); b = b \* sin(b \* m_d2); c unchanged Apply m_pRightLinear to (a,b,c) to get (x,y,z) 
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DMathFct3DNonLinearData.m_pLeftLinear`
   * :c:member:`~A3DMathFct3DNonLinearData.m_pRightLinear`
   * :c:member:`~A3DMathFct3DNonLinearData.m_d2`
   
   



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

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


.. c:member:: A3DMathFct3DLinear* A3DMathFct3DNonLinearData.m_pLeftLinear

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DMathFct3DLinear`\ *
      
      Left transformation matrix. 
      



.. c:member:: A3DMathFct3DLinear* A3DMathFct3DNonLinearData.m_pRightLinear

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DMathFct3DLinear`\ *
      
      Right transformation matrix. 
      



.. c:member:: A3DDouble A3DMathFct3DNonLinearData.m_d2

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Coefficient for the trigonometric function. 
      




