Extent3D#
- class lsst.geom.Extent3D#
Bases:
ExtentBase3DAttributes Summary
Methods Summary
ceil(self)clone(self)floor(self)getX(self)getY(self)getZ(self)setX(self, arg0)setY(self, arg0)setZ(self, arg0)truncate(self)Attributes Documentation
- dimensions#
- x#
- y#
- z#
Methods Documentation
- ceil(self: lsst.geom.Extent3D) lsst.geom.Extent3I#
- clone(self: lsst.geom.Extent3D) lsst.geom.Extent3D#
- floor(self: lsst.geom.Extent3D) lsst.geom.Extent3I#
- getX(self: lsst.geom.Extent3D) float#
- getY(self: lsst.geom.Extent3D) float#
- getZ(self: lsst.geom.Extent3D) float#
- setX(self: lsst.geom.CoordinateBaseExtent3D, arg0: SupportsFloat) None#
- setY(self: lsst.geom.CoordinateBaseExtent3D, arg0: SupportsFloat) None#
- setZ(self: lsst.geom.CoordinateBaseExtent3D, arg0: SupportsFloat) None#
- truncate(self: lsst.geom.Extent3D) lsst.geom.Extent3I#