Planar2D
========

.. currentmodule:: astropy.modeling.functional_models

.. autoclass:: Planar2D
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Planar2D.intercept
      ~Planar2D.linear
      ~Planar2D.param_names
      ~Planar2D.slope_x
      ~Planar2D.slope_y

   .. rubric:: Methods Summary

   .. autosummary::

      ~Planar2D.evaluate
      ~Planar2D.fit_deriv

   .. rubric:: Attributes Documentation

   .. autoattribute:: intercept
   .. autoattribute:: linear
   .. autoattribute:: param_names
   .. autoattribute:: slope_x
   .. autoattribute:: slope_y

   .. rubric:: Methods Documentation

   .. automethod:: evaluate
   .. automethod:: fit_deriv