Point2I¶
- class lsst.geom.Point2I¶
- Bases: - PointBase2I- Attributes Summary - Methods Summary - asExtent(self)- clone(self)- distanceSquared(self, arg0)- eq(*args, **kwargs)- Overloaded function. - ge(*args, **kwargs)- Overloaded function. - getX(self)- getY(self)- gt(*args, **kwargs)- Overloaded function. - le(*args, **kwargs)- Overloaded function. - lt(*args, **kwargs)- Overloaded function. - ne(*args, **kwargs)- Overloaded function. - scale(self, arg0)- setX(self, arg0)- setY(self, arg0)- shift(self, arg0)- toString(self)- Attributes Documentation - dimensions = 2¶
 - x¶
 - y¶
 - Methods Documentation - asExtent(self: lsst.geom.PointBase2I) lsst.geom.Extent2I¶
 - clone(self: lsst.geom.Point2I) lsst.geom.Point2I¶
 - distanceSquared(self: lsst.geom.PointBase2I, arg0: lsst.geom.PointBase2I) float¶
 - eq(*args, **kwargs)¶
- Overloaded function. - eq(self: lsst.geom.PointBase2I, arg0: lsst.geom.Point2I) -> lsst.geom.CoordinateExpr2 
- eq(self: lsst.geom.PointBase2I, arg0: int) -> lsst.geom.CoordinateExpr2 
 
 - ge(*args, **kwargs)¶
- Overloaded function. - ge(self: lsst.geom.PointBase2I, arg0: lsst.geom.Point2I) -> lsst.geom.CoordinateExpr2 
- ge(self: lsst.geom.PointBase2I, arg0: int) -> lsst.geom.CoordinateExpr2 
 
 - getX(self: lsst.geom.Point2I) int¶
 - getY(self: lsst.geom.Point2I) int¶
 - gt(*args, **kwargs)¶
- Overloaded function. - gt(self: lsst.geom.PointBase2I, arg0: lsst.geom.Point2I) -> lsst.geom.CoordinateExpr2 
- gt(self: lsst.geom.PointBase2I, arg0: int) -> lsst.geom.CoordinateExpr2 
 
 - le(*args, **kwargs)¶
- Overloaded function. - le(self: lsst.geom.PointBase2I, arg0: lsst.geom.Point2I) -> lsst.geom.CoordinateExpr2 
- le(self: lsst.geom.PointBase2I, arg0: int) -> lsst.geom.CoordinateExpr2 
 
 - lt(*args, **kwargs)¶
- Overloaded function. - lt(self: lsst.geom.PointBase2I, arg0: lsst.geom.Point2I) -> lsst.geom.CoordinateExpr2 
- lt(self: lsst.geom.PointBase2I, arg0: int) -> lsst.geom.CoordinateExpr2 
 
 - ne(*args, **kwargs)¶
- Overloaded function. - ne(self: lsst.geom.PointBase2I, arg0: lsst.geom.Point2I) -> lsst.geom.CoordinateExpr2 
- ne(self: lsst.geom.PointBase2I, arg0: int) -> lsst.geom.CoordinateExpr2 
 
 - scale(self: lsst.geom.PointBase2I, arg0: float) None¶
 - setX(self: lsst.geom.CoordinateBasePoint2I, arg0: int) None¶
 - setY(self: lsst.geom.CoordinateBasePoint2I, arg0: int) None¶
 - shift(self: lsst.geom.PointBase2I, arg0: lsst.geom.Extent2I) None¶
 - toString(self: lsst.geom.PointBase2I) str¶