PointD
======

.. currentmodule:: lsst.afw.geom

.. autoclass:: PointD
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PointD.dimensions

   .. rubric:: Methods Summary

   .. autosummary::

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