Extent2I#

class lsst.geom.Extent2I#

Bases: ExtentBase2I

Attributes Summary

Methods Summary

clone(self)

getX(self)

getY(self)

setX(self, arg0)

setY(self, arg0)

Attributes Documentation

dimensions#
x#
y#

Methods Documentation

clone(self: lsst.geom.Extent2I) lsst.geom.Extent2I#
getX(self: lsst.geom.Extent2I) int#
getY(self: lsst.geom.Extent2I) int#
setX(self: lsst.geom.CoordinateBaseExtent2I, arg0: SupportsInt) None#
setY(self: lsst.geom.CoordinateBaseExtent2I, arg0: SupportsInt) None#