.. index:: 
  !DocumentOrientation Structure

.. _id3_document_document_orientation_struct:

===============================================================================
DocumentOrientation Structure
===============================================================================

Namespace: :ref:`id3.Document<reference_document>`

.. toctree::
  :hidden:

  pitch<pitch>
  roll<roll>
  yaw<yaw>

Definition
----------
.. line-block::
    Represents the document orientation.

.. tab-set::

  .. tab-item:: Python
    :sync: Python

    .. code:: Python

      class DocumentOrientation

  .. tab-item:: Dart
    :sync: Dart

    .. code:: Dart

      class DocumentOrientation

  .. tab-item:: C#
    :sync: C#

    .. code:: C#

      public partial struct DocumentOrientation

  .. tab-item:: Java
    :sync: Java

    .. code:: Java

      public class DocumentOrientation

  .. tab-item:: Swift
    :sync: Swift

    .. code:: Swift

      public typealias DocumentOrientation = id3DocumentOrientation

  .. tab-item:: C
    :sync: C

    .. code:: C

      typedef struct id3DocumentOrientation


Properties
----------

.. list-table:: 
  :width: 100%
  :widths: 5 5 90
  :header-rows: 1

  * - Name
    - Type
    - Description
  * - :ref:`pitch<id3_document_document_orientation_pitch_struct_member>`
    - float
    - Pitch angle in degrees.
  * - :ref:`roll<id3_document_document_orientation_roll_struct_member>`
    - float
    - Roll angle in degrees.
  * - :ref:`yaw<id3_document_document_orientation_yaw_struct_member>`
    - float
    - Yaw angle in degrees.
