EulerAngleRotation
==================

.. currentmodule:: astropy.modeling.rotations

.. autoclass:: EulerAngleRotation
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~EulerAngleRotation.n_inputs
      ~EulerAngleRotation.n_outputs
      ~EulerAngleRotation.param_names
      ~EulerAngleRotation.phi
      ~EulerAngleRotation.psi
      ~EulerAngleRotation.theta

   .. rubric:: Methods Summary

   .. autosummary::

      ~EulerAngleRotation.__call__
      ~EulerAngleRotation.evaluate

   .. rubric:: Attributes Documentation

   .. autoattribute:: n_inputs
   .. autoattribute:: n_outputs
   .. autoattribute:: param_names
   .. autoattribute:: phi
   .. autoattribute:: psi
   .. autoattribute:: theta

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: evaluate
