Point3D#

class lsst.geom.Point3D#

Bases: PointBase3D

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.Point3D) lsst.geom.Point3D#
getX(self: lsst.geom.Point3D) float#
getY(self: lsst.geom.Point3D) float#
getZ(self: lsst.geom.Point3D) float#
setX(self: lsst.geom.CoordinateBasePoint3D, arg0: SupportsFloat) None#
setY(self: lsst.geom.CoordinateBasePoint3D, arg0: SupportsFloat) None#
setZ(self: lsst.geom.CoordinateBasePoint3D, arg0: SupportsFloat) None#