Point2D
=======

.. currentmodule:: lsst.geom

.. autoclass:: Point2D
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Point2D.dimensions
      ~Point2D.x
      ~Point2D.y

   .. rubric:: Methods Summary

   .. autosummary::

      ~Point2D.asExtent
      ~Point2D.clone
      ~Point2D.distanceSquared
      ~Point2D.eq
      ~Point2D.ge
      ~Point2D.getX
      ~Point2D.getY
      ~Point2D.gt
      ~Point2D.le
      ~Point2D.lt
      ~Point2D.ne
      ~Point2D.scale
      ~Point2D.setX
      ~Point2D.setY
      ~Point2D.shift
      ~Point2D.toString

   .. rubric:: Attributes Documentation

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

   .. rubric:: Methods Documentation

   .. automethod:: asExtent
   .. automethod:: clone
   .. automethod:: distanceSquared
   .. automethod:: eq
   .. automethod:: ge
   .. automethod:: getX
   .. automethod:: getY
   .. automethod:: gt
   .. automethod:: le
   .. automethod:: lt
   .. automethod:: ne
   .. automethod:: scale
   .. automethod:: setX
   .. automethod:: setY
   .. automethod:: shift
   .. automethod:: toString