Rotation2D
==========

.. currentmodule:: astropy.modeling.rotations

.. autoclass:: Rotation2D
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Rotation2D.angle
      ~Rotation2D.n_inputs
      ~Rotation2D.n_outputs
      ~Rotation2D.param_names

   .. rubric:: Methods Summary

   .. autosummary::

      ~Rotation2D.__call__
      ~Rotation2D.evaluate

   .. rubric:: Attributes Documentation

   .. autoattribute:: angle
   .. autoattribute:: n_inputs
   .. autoattribute:: n_outputs
   .. autoattribute:: param_names

   .. rubric:: Methods Documentation

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