PointI
======

.. currentmodule:: lsst.geom

.. autoclass:: PointI
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PointI.dimensions
      ~PointI.x
      ~PointI.y

   .. rubric:: Methods Summary

   .. autosummary::

      ~PointI.asExtent
      ~PointI.clone
      ~PointI.distanceSquared
      ~PointI.eq
      ~PointI.ge
      ~PointI.getX
      ~PointI.getY
      ~PointI.gt
      ~PointI.le
      ~PointI.lt
      ~PointI.ne
      ~PointI.scale
      ~PointI.setX
      ~PointI.setY
      ~PointI.shift
      ~PointI.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