Point3D
=======

.. currentmodule:: lsst.geom

.. autoclass:: Point3D
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Point3D.dimensions
      ~Point3D.x
      ~Point3D.y
      ~Point3D.z

   .. rubric:: Methods Summary

   .. autosummary::

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