Extent2D

class lsst.geom.Extent2D

Bases: ExtentBase2D

Attributes Summary

dimensions

x

y

Methods Summary

asPoint(self)

ceil(self)

clone(self)

computeNorm(self)

computeSquaredNorm(self)

eq(*args, **kwargs)

Overloaded function.

floor(self)

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.

setX(self, arg0)

setY(self, arg0)

truncate(self)

Attributes Documentation

dimensions = 2
x
y

Methods Documentation

asPoint(self: lsst.geom.ExtentBase2D) lsst.geom.Point2D
ceil(self: lsst.geom.Extent2D) lsst.geom.Extent2I
clone(self: lsst.geom.Extent2D) lsst.geom.Extent2D
computeNorm(self: lsst.geom.ExtentBase2D) float
computeSquaredNorm(self: lsst.geom.ExtentBase2D) float
eq(*args, **kwargs)

Overloaded function.

  1. eq(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2

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

floor(self: lsst.geom.Extent2D) lsst.geom.Extent2I
ge(*args, **kwargs)

Overloaded function.

  1. ge(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2

  2. ge(self: lsst.geom.ExtentBase2D, arg0: float) -> lsst.geom.CoordinateExpr2

getX(self: lsst.geom.Extent2D) float
getY(self: lsst.geom.Extent2D) float
gt(*args, **kwargs)

Overloaded function.

  1. gt(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2

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

le(*args, **kwargs)

Overloaded function.

  1. le(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2

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

lt(*args, **kwargs)

Overloaded function.

  1. lt(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2

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

ne(*args, **kwargs)

Overloaded function.

  1. ne(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2

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

setX(self: lsst.geom.CoordinateBaseExtent2D, arg0: float) None
setY(self: lsst.geom.CoordinateBaseExtent2D, arg0: float) None
truncate(self: lsst.geom.Extent2D) lsst.geom.Extent2I