Point3I¶
- class lsst.geom.Point3I¶
 Bases:
PointBase3IAttributes Summary
Methods Summary
asExtent(self)clone(self)distanceSquared(self, arg0)eq(*args, **kwargs)Overloaded function.
ge(*args, **kwargs)Overloaded function.
getX(self)getY(self)getZ(self)gt(*args, **kwargs)Overloaded function.
le(*args, **kwargs)Overloaded function.
lt(*args, **kwargs)Overloaded function.
ne(*args, **kwargs)Overloaded function.
scale(self, arg0)setX(self, arg0)setY(self, arg0)setZ(self, arg0)shift(self, arg0)toString(self)Attributes Documentation
- dimensions¶
 
- x¶
 
- y¶
 
- z¶
 
Methods Documentation
- asExtent(self: lsst.geom.PointBase3I) lsst.geom.Extent3I¶
 
- clone(self: lsst.geom.Point3I) lsst.geom.Point3I¶
 
- distanceSquared(self: lsst.geom.PointBase3I, arg0: lsst.geom.PointBase3I) float¶
 
- eq(*args, **kwargs)¶
 Overloaded function.
eq(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
eq(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
- ge(*args, **kwargs)¶
 Overloaded function.
ge(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
ge(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
- getX(self: lsst.geom.Point3I) int¶
 
- getY(self: lsst.geom.Point3I) int¶
 
- getZ(self: lsst.geom.Point3I) int¶
 
- gt(*args, **kwargs)¶
 Overloaded function.
gt(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
gt(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
- le(*args, **kwargs)¶
 Overloaded function.
le(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
le(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
- lt(*args, **kwargs)¶
 Overloaded function.
lt(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
lt(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
- ne(*args, **kwargs)¶
 Overloaded function.
ne(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
ne(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
- scale(self: lsst.geom.PointBase3I, arg0: float) None¶
 
- setX(self: lsst.geom.CoordinateBasePoint3I, arg0: int) None¶
 
- setY(self: lsst.geom.CoordinateBasePoint3I, arg0: int) None¶
 
- setZ(self: lsst.geom.CoordinateBasePoint3I, arg0: int) None¶
 
- shift(self: lsst.geom.PointBase3I, arg0: lsst.geom.Extent3I) None¶
 
- toString(self: lsst.geom.PointBase3I) str¶