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