Point2I#

class lsst.geom.Point2I#

Bases: PointBase2I

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.Point2I) lsst.geom.Point2I#
getX(self: lsst.geom.Point2I) int#
getY(self: lsst.geom.Point2I) int#
setX(self: lsst.geom.CoordinateBasePoint2I, arg0: SupportsInt) None#
setY(self: lsst.geom.CoordinateBasePoint2I, arg0: SupportsInt) None#