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

CylindricalRepresentation
=========================

.. currentmodule:: astropy.coordinates

.. autoclass:: CylindricalRepresentation
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~CylindricalRepresentation.attr_classes
      ~CylindricalRepresentation.phi
      ~CylindricalRepresentation.rho
      ~CylindricalRepresentation.z

   .. rubric:: Methods Summary

   .. autosummary::

      ~CylindricalRepresentation.from_cartesian
      ~CylindricalRepresentation.scale_factors
      ~CylindricalRepresentation.to_cartesian
      ~CylindricalRepresentation.unit_vectors

   .. rubric:: Attributes Documentation

   .. autoattribute:: attr_classes
   .. autoattribute:: phi
   .. autoattribute:: rho
   .. autoattribute:: z

   .. rubric:: Methods Documentation

   .. automethod:: from_cartesian
   .. automethod:: scale_factors
   .. automethod:: to_cartesian
   .. automethod:: unit_vectors
