Point3D

class lsst.geom.Point3D

Bases: lsst.geom.PointBase3D

Attributes Summary

dimensions
x
y
z

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.PointBase3D) → lsst.geom.Extent3D
clone(self: lsst.geom.Point3D) → lsst.geom.Point3D
distanceSquared(self: lsst.geom.PointBase3D, arg0: lsst.geom.PointBase3D) → float
eq(*args, **kwargs)

Overloaded function.

  1. eq(self: lsst.geom.PointBase3D, arg0: lsst.geom.Point3D) -> lsst.geom.CoordinateExpr3
  2. eq(self: lsst.geom.PointBase3D, arg0: float) -> lsst.geom.CoordinateExpr3
ge(*args, **kwargs)

Overloaded function.

  1. ge(self: lsst.geom.PointBase3D, arg0: lsst.geom.Point3D) -> lsst.geom.CoordinateExpr3
  2. ge(self: lsst.geom.PointBase3D, arg0: float) -> lsst.geom.CoordinateExpr3
getX(self: lsst.geom.Point3D) → float
getY(self: lsst.geom.Point3D) → float
getZ(self: lsst.geom.Point3D) → float
gt(*args, **kwargs)

Overloaded function.

  1. gt(self: lsst.geom.PointBase3D, arg0: lsst.geom.Point3D) -> lsst.geom.CoordinateExpr3
  2. gt(self: lsst.geom.PointBase3D, arg0: float) -> lsst.geom.CoordinateExpr3
le(*args, **kwargs)

Overloaded function.

  1. le(self: lsst.geom.PointBase3D, arg0: lsst.geom.Point3D) -> lsst.geom.CoordinateExpr3
  2. le(self: lsst.geom.PointBase3D, arg0: float) -> lsst.geom.CoordinateExpr3
lt(*args, **kwargs)

Overloaded function.

  1. lt(self: lsst.geom.PointBase3D, arg0: lsst.geom.Point3D) -> lsst.geom.CoordinateExpr3
  2. lt(self: lsst.geom.PointBase3D, arg0: float) -> lsst.geom.CoordinateExpr3
ne(*args, **kwargs)

Overloaded function.

  1. ne(self: lsst.geom.PointBase3D, arg0: lsst.geom.Point3D) -> lsst.geom.CoordinateExpr3
  2. ne(self: lsst.geom.PointBase3D, arg0: float) -> lsst.geom.CoordinateExpr3
scale(self: lsst.geom.PointBase3D, arg0: float) → None
setX(self: lsst.geom.CoordinateBasePoint3D, arg0: float) → None
setY(self: lsst.geom.CoordinateBasePoint3D, arg0: float) → None
setZ(self: lsst.geom.CoordinateBasePoint3D, arg0: float) → None
shift(self: lsst.geom.PointBase3D, arg0: lsst.geom.Extent3D) → None
toString(self: lsst.geom.PointBase3D) → str