ExtentD
=======

.. currentmodule:: lsst.geom

.. autoclass:: ExtentD
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ExtentD.dimensions
      ~ExtentD.x
      ~ExtentD.y

   .. rubric:: Methods Summary

   .. autosummary::

      ~ExtentD.asPoint
      ~ExtentD.ceil
      ~ExtentD.clone
      ~ExtentD.computeNorm
      ~ExtentD.computeSquaredNorm
      ~ExtentD.eq
      ~ExtentD.floor
      ~ExtentD.ge
      ~ExtentD.getX
      ~ExtentD.getY
      ~ExtentD.gt
      ~ExtentD.le
      ~ExtentD.lt
      ~ExtentD.ne
      ~ExtentD.setX
      ~ExtentD.setY
      ~ExtentD.truncate

   .. rubric:: Attributes Documentation

   .. autoattribute:: dimensions
   .. autoattribute:: x
   .. autoattribute:: y

   .. rubric:: Methods Documentation

   .. automethod:: asPoint
   .. automethod:: ceil
   .. automethod:: clone
   .. automethod:: computeNorm
   .. automethod:: computeSquaredNorm
   .. automethod:: eq
   .. automethod:: floor
   .. automethod:: ge
   .. automethod:: getX
   .. automethod:: getY
   .. automethod:: gt
   .. automethod:: le
   .. automethod:: lt
   .. automethod:: ne
   .. automethod:: setX
   .. automethod:: setY
   .. automethod:: truncate