Point2D¶
-
class
lsst.geom.Point2D¶ Bases:
lsst.geom.PointBase2DAttributes 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.PointBase2D) → lsst.geom.Extent2D¶
-
clone(self: lsst.geom.Point2D) → lsst.geom.Point2D¶
-
distanceSquared(self: lsst.geom.PointBase2D, arg0: lsst.geom.PointBase2D) → float¶
-
eq(*args, **kwargs)¶ Overloaded function.
eq(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2
eq(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2
-
ge(*args, **kwargs)¶ Overloaded function.
ge(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2
ge(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2
-
getX(self: lsst.geom.Point2D) → float¶
-
getY(self: lsst.geom.Point2D) → float¶
-
gt(*args, **kwargs)¶ Overloaded function.
gt(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2
gt(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2
-
le(*args, **kwargs)¶ Overloaded function.
le(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2
le(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2
-
lt(*args, **kwargs)¶ Overloaded function.
lt(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2
lt(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2
-
ne(*args, **kwargs)¶ Overloaded function.
ne(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2
ne(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2
-
scale(self: lsst.geom.PointBase2D, arg0: float) → None¶
-
setX(self: lsst.geom.Point2D, arg0: float) → None¶
-
setY(self: lsst.geom.Point2D, arg0: float) → None¶
-
shift(self: lsst.geom.PointBase2D, arg0: lsst.geom.Extent2D) → None¶
-
toString(self: lsst.geom.PointBase2D) → str¶
-