Point2I#
- class lsst.geom.Point2I#
Bases:
PointBase2IAttributes Summary
Methods Summary
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#