.. include:: ../coordinates/references.txt

BaseRepresentation
==================

.. currentmodule:: astropy.coordinates

.. autoclass:: BaseRepresentation
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~BaseRepresentation.differentials
      ~BaseRepresentation.recommended_units
      ~BaseRepresentation.shape

   .. rubric:: Methods Summary

   .. autosummary::

      ~BaseRepresentation.cross
      ~BaseRepresentation.dot
      ~BaseRepresentation.from_representation
      ~BaseRepresentation.mean
      ~BaseRepresentation.norm
      ~BaseRepresentation.represent_as
      ~BaseRepresentation.scale_factors
      ~BaseRepresentation.sum
      ~BaseRepresentation.unit_vectors
      ~BaseRepresentation.with_differentials
      ~BaseRepresentation.without_differentials

   .. rubric:: Attributes Documentation

   .. autoattribute:: differentials
   .. autoattribute:: recommended_units
   .. autoattribute:: shape

   .. rubric:: Methods Documentation

   .. automethod:: cross
   .. automethod:: dot
   .. automethod:: from_representation
   .. automethod:: mean
   .. automethod:: norm
   .. automethod:: represent_as
   .. automethod:: scale_factors
   .. automethod:: sum
   .. automethod:: unit_vectors
   .. automethod:: with_differentials
   .. automethod:: without_differentials
