Point2I
=======

.. currentmodule:: lsst.afw.geom

.. autoclass:: Point2I
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Point2I.dimensions

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: dimensions

   .. 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