Point3I#

class lsst.geom.Point3I#

Bases: PointBase3I

Attributes Summary

Methods Summary

clone(self)

getX(self)

getY(self)

getZ(self)

setX(self, arg0)

setY(self, arg0)

setZ(self, arg0)

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#