Quat #### .. code-block:: #include The ``Quat`` class template represents a quaterion rotation/orientation, with predefined typedefs for ``float`` and ``double``. Example: .. literalinclude:: ../examples/Quat.cpp :language: c++ .. doxygentypedef:: Quatf .. doxygenclass:: Imath::Quat :undoc-members: :members: