ExtentBase3D¶
- class lsst.geom.ExtentBase3D¶
- Bases: - CoordinateBaseExtent3D- 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.ExtentBase3D) lsst.geom.Point3D¶
 - computeNorm(self: lsst.geom.ExtentBase3D) float¶
 - computeSquaredNorm(self: lsst.geom.ExtentBase3D) float¶
 - eq(*args, **kwargs)¶
- Overloaded function. - eq(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3 
- eq(self: lsst.geom.ExtentBase3D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr3 
 
 - ge(*args, **kwargs)¶
- Overloaded function. - ge(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3 
- ge(self: lsst.geom.ExtentBase3D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr3 
 
 - gt(*args, **kwargs)¶
- Overloaded function. - gt(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3 
- gt(self: lsst.geom.ExtentBase3D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr3 
 
 - le(*args, **kwargs)¶
- Overloaded function. - le(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3 
- le(self: lsst.geom.ExtentBase3D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr3 
 
 - lt(*args, **kwargs)¶
- Overloaded function. - lt(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3 
- lt(self: lsst.geom.ExtentBase3D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr3 
 
 - ne(*args, **kwargs)¶
- Overloaded function. - ne(self: lsst.geom.ExtentBase3D, arg0: lsst.geom.Extent3D) -> lsst.geom.CoordinateExpr3 
- ne(self: lsst.geom.ExtentBase3D, arg0: typing.SupportsFloat) -> lsst.geom.CoordinateExpr3