PointBase2I¶
-
class
lsst.geom.
PointBase2I
¶ Bases:
lsst.geom.CoordinateBasePoint2I
Methods Summary
asExtent
(self)distanceSquared
(self, arg0)eq
(*args, **kwargs)Overloaded function.
ge
(*args, **kwargs)Overloaded function.
gt
(*args, **kwargs)Overloaded function.
le
(*args, **kwargs)Overloaded function.
lt
(*args, **kwargs)Overloaded function.
ne
(*args, **kwargs)Overloaded function.
scale
(self, arg0)shift
(self, arg0)toString
(self)Methods Documentation
-
asExtent
(self: lsst.geom.PointBase2I) → lsst.geom.Extent2I¶
-
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
-
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¶
-
shift
(self: lsst.geom.PointBase2I, arg0: lsst.geom.Extent2I) → None¶
-
toString
(self: lsst.geom.PointBase2I) → str¶
-