.. _group__a3d__generaltransfo3d:

#############################################################
General 3D Transformation (using 4x4 transformation matrices)
#############################################################

Functions and structures for defining 4x4 transformation matrices that translate, scale, and rotate. 

Entity type is :c:enumerator:`~kA3DTypeMiscGeneralTransformation`\ .

An :c:type:`~A3DMiscGeneralTransformation` entity describes a 3D general transformation that translates, scales and rotates the associated geometric entity. 

**Returns**


   ``A3D_SUCCESS`` on success, or an error code on failure


.. rst-class:: kind-group kind-record

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


.. rst-class:: api-xref-list


* :c:struct:`~A3DMiscGeneralTransformationData`

.. rst-class:: kind-group kind-function

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


.. rst-class:: api-xref-list


* :c:func:`~A3DMiscGeneralTransformationGet`
* :c:func:`~A3DMiscGeneralTransformationCreate`

.. toctree::
   :maxdepth: 1
   :hidden:

   ../structures/A3DMiscGeneralTransformationData
   ../functions/A3DMiscGeneralTransformationGet
   ../functions/A3DMiscGeneralTransformationCreate


