
############################
A3DTreeNodeGetTransformation
############################

.. c:function:: A3DStatus A3DTreeNodeGetTransformation(const A3DTreeNode *pNode, A3DMiscTransformation **ppTransformation)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DTreeNodeGetTransformation(*const* :c:type:`~A3DTreeNode`\ \* **pNode**\ , :c:type:`~A3DMiscTransformation`\ \*\* **ppTransformation**\ )
   
   Get the local transformation of the given node.
   
   **Parameters**
   
   
      **pNode**\ : The tree node.
   
      **ppTransformation**\ : The tree node local transformation.
   
   
   **Returns**
   
   
      ``A3D_SUCCESS``\ on success, or an error code on failure
   
   




