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

PhysicsSphericalRepresentation
==============================

.. currentmodule:: astropy.coordinates

.. autoclass:: PhysicsSphericalRepresentation
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PhysicsSphericalRepresentation.attr_classes
      ~PhysicsSphericalRepresentation.phi
      ~PhysicsSphericalRepresentation.r
      ~PhysicsSphericalRepresentation.theta

   .. rubric:: Methods Summary

   .. autosummary::

      ~PhysicsSphericalRepresentation.from_cartesian
      ~PhysicsSphericalRepresentation.norm
      ~PhysicsSphericalRepresentation.represent_as
      ~PhysicsSphericalRepresentation.scale_factors
      ~PhysicsSphericalRepresentation.to_cartesian
      ~PhysicsSphericalRepresentation.unit_vectors

   .. rubric:: Attributes Documentation

   .. autoattribute:: attr_classes
   .. autoattribute:: phi
   .. autoattribute:: r
   .. autoattribute:: theta

   .. rubric:: Methods Documentation

   .. automethod:: from_cartesian
   .. automethod:: norm
   .. automethod:: represent_as
   .. automethod:: scale_factors
   .. automethod:: to_cartesian
   .. automethod:: unit_vectors
