Point2D

class lsst.geom.Point2D

Bases: PointBase2D

Attributes Summary

dimensions

x

y

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.

  1. eq(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2

  2. eq(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2

ge(*args, **kwargs)

Overloaded function.

  1. ge(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2

  2. 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.

  1. gt(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2

  2. gt(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2

le(*args, **kwargs)

Overloaded function.

  1. le(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2

  2. le(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2

lt(*args, **kwargs)

Overloaded function.

  1. lt(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2

  2. lt(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2

ne(*args, **kwargs)

Overloaded function.

  1. ne(self: lsst.geom.PointBase2D, arg0: lsst.geom.Point2D) -> lsst.geom.CoordinateExpr2

  2. ne(self: lsst.geom.PointBase2D, arg0: float) -> lsst.geom.CoordinateExpr2

scale(self: lsst.geom.PointBase2D, arg0: float) None
setX(self: lsst.geom.CoordinateBasePoint2D, arg0: float) None
setY(self: lsst.geom.CoordinateBasePoint2D, arg0: float) None
shift(self: lsst.geom.PointBase2D, arg0: lsst.geom.Extent2D) None
toString(self: lsst.geom.PointBase2D) str