ExtentBase2D¶
- class lsst.geom.ExtentBase2D¶
- Bases: - CoordinateBaseExtent2D- Methods Summary - asPoint(self)- computeNorm(self)- computeSquaredNorm(self)- 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. - Methods Documentation - asPoint(self: lsst.geom.ExtentBase2D) lsst.geom.Point2D¶
 - computeNorm(self: lsst.geom.ExtentBase2D) float¶
 - computeSquaredNorm(self: lsst.geom.ExtentBase2D) float¶
 - eq(*args, **kwargs)¶
- Overloaded function. - eq(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2 
- eq(self: lsst.geom.ExtentBase2D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr2 
 
 - ge(*args, **kwargs)¶
- Overloaded function. - ge(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2 
- ge(self: lsst.geom.ExtentBase2D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr2 
 
 - gt(*args, **kwargs)¶
- Overloaded function. - gt(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2 
- gt(self: lsst.geom.ExtentBase2D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr2 
 
 - le(*args, **kwargs)¶
- Overloaded function. - le(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2 
- le(self: lsst.geom.ExtentBase2D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr2 
 
 - lt(*args, **kwargs)¶
- Overloaded function. - lt(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2 
- lt(self: lsst.geom.ExtentBase2D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr2 
 
 - ne(*args, **kwargs)¶
- Overloaded function. - ne(self: lsst.geom.ExtentBase2D, arg0: lsst.geom.Extent2D) -> lsst.geom.CoordinateExpr2 
- ne(self: lsst.geom.ExtentBase2D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr2