PointBase3I

class lsst.geom.PointBase3I

Bases: lsst.geom.CoordinateBasePoint3I

Methods Summary

asExtent(self)
distanceSquared(self, arg0)
eq(*args, **kwargs) Overloaded function.
ge(*args, **kwargs) Overloaded function.
gt(*args, **kwargs) Overloaded function.
le(*args, **kwargs) Overloaded function.
lt(*args, **kwargs) Overloaded function.
ne(*args, **kwargs) Overloaded function.
scale(self, arg0)
shift(self, arg0)
toString(self)

Methods Documentation

asExtent(self: lsst.geom.PointBase3I) → lsst.geom.Extent3I
distanceSquared(self: lsst.geom.PointBase3I, arg0: lsst.geom.PointBase3I) → float
eq(*args, **kwargs)

Overloaded function.

  1. eq(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
  2. eq(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
ge(*args, **kwargs)

Overloaded function.

  1. ge(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
  2. ge(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
gt(*args, **kwargs)

Overloaded function.

  1. gt(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
  2. gt(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
le(*args, **kwargs)

Overloaded function.

  1. le(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
  2. le(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
lt(*args, **kwargs)

Overloaded function.

  1. lt(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
  2. lt(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
ne(*args, **kwargs)

Overloaded function.

  1. ne(self: lsst.geom.PointBase3I, arg0: lsst.geom.Point3I) -> lsst.geom.CoordinateExpr3
  2. ne(self: lsst.geom.PointBase3I, arg0: int) -> lsst.geom.CoordinateExpr3
scale(self: lsst.geom.PointBase3I, arg0: float) → None
shift(self: lsst.geom.PointBase3I, arg0: lsst.geom.Extent3I) → None
toString(self: lsst.geom.PointBase3I) → str