Point3I
=======

.. currentmodule:: lsst.geom

.. autoclass:: Point3I
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Point3I.dimensions
      ~Point3I.x
      ~Point3I.y
      ~Point3I.z

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

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

   .. rubric:: Methods Documentation

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