Extent2D ======== .. currentmodule:: lsst.afw.geom .. autoclass:: Extent2D :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Extent2D.dimensions .. rubric:: Methods Summary .. autosummary:: ~Extent2D.asPoint ~Extent2D.ceil ~Extent2D.clone ~Extent2D.computeNorm ~Extent2D.computeSquaredNorm ~Extent2D.eq ~Extent2D.floor ~Extent2D.ge ~Extent2D.getX ~Extent2D.getY ~Extent2D.gt ~Extent2D.le ~Extent2D.lt ~Extent2D.ne ~Extent2D.setX ~Extent2D.setY ~Extent2D.truncate .. rubric:: Attributes Documentation .. autoattribute:: dimensions .. rubric:: Methods Documentation .. automethod:: asPoint .. automethod:: ceil .. automethod:: clone .. automethod:: computeNorm .. automethod:: computeSquaredNorm .. automethod:: eq .. automethod:: floor .. automethod:: ge .. automethod:: getX .. automethod:: getY .. automethod:: gt .. automethod:: le .. automethod:: lt .. automethod:: ne .. automethod:: setX .. automethod:: setY .. automethod:: truncate