Point2D#

class lsst.geom.Point2D#

Bases: PointBase2D

Attributes Summary

Methods Summary

clone(self)

getX(self)

getY(self)

setX(self, arg0)

setY(self, arg0)

Attributes Documentation

dimensions#
x#
y#

Methods Documentation

clone(self: lsst.geom.Point2D) lsst.geom.Point2D#
getX(self: lsst.geom.Point2D) float#
getY(self: lsst.geom.Point2D) float#
setX(self: lsst.geom.CoordinateBasePoint2D, arg0: SupportsFloat) None#
setY(self: lsst.geom.CoordinateBasePoint2D, arg0: SupportsFloat) None#