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

CartesianDifferential
=====================

.. currentmodule:: astropy.coordinates

.. autoclass:: CartesianDifferential
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~CartesianDifferential.attr_classes
      ~CartesianDifferential.d_x
      ~CartesianDifferential.d_xyz
      ~CartesianDifferential.d_y
      ~CartesianDifferential.d_z

   .. rubric:: Methods Summary

   .. autosummary::

      ~CartesianDifferential.from_cartesian
      ~CartesianDifferential.get_d_xyz
      ~CartesianDifferential.to_cartesian

   .. rubric:: Attributes Documentation

   .. autoattribute:: attr_classes
   .. autoattribute:: d_x
   .. autoattribute:: d_xyz
   .. autoattribute:: d_y
   .. autoattribute:: d_z

   .. rubric:: Methods Documentation

   .. automethod:: from_cartesian
   .. automethod:: get_d_xyz
   .. automethod:: to_cartesian
