Extent3I#
- class lsst.geom.Extent3I#
Bases:
ExtentBase3IAttributes Summary
Methods Summary
Attributes Documentation
- dimensions#
- x#
- y#
- z#
Methods Documentation
- clone(self: lsst.geom.Extent3I) lsst.geom.Extent3I#
- getX(self: lsst.geom.Extent3I) int#
- getY(self: lsst.geom.Extent3I) int#
- getZ(self: lsst.geom.Extent3I) int#
- setX(self: lsst.geom.CoordinateBaseExtent3I, arg0: SupportsInt) None#
- setY(self: lsst.geom.CoordinateBaseExtent3I, arg0: SupportsInt) None#
- setZ(self: lsst.geom.CoordinateBaseExtent3I, arg0: SupportsInt) None#