Point2Endpoint

class lsst.afw.geom.Point2Endpoint

Bases: _BaseVectorEndpointPoint2

Attributes Summary

nAxes

Methods Summary

arrayFromData(self, arg0)

dataFromArray(self, arg0)

dataFromPoint(self, arg0)

getClassPrefix()

getNPoints(self, arg0)

makeFrame(self)

normalizeFrame(self, arg0)

pointFromData(self, arg0)

Attributes Documentation

nAxes

Methods Documentation

arrayFromData(self: lsst.afw.geom._BaseVectorEndpointPoint2, arg0: numpy.ndarray) List[lsst.geom.Point2D]
dataFromArray(self: lsst.afw.geom._BaseVectorEndpointPoint2, arg0: List[lsst.geom.Point2D]) numpy.ndarray
dataFromPoint(self: lsst.afw.geom._BaseVectorEndpointPoint2, arg0: lsst.geom.Point2D) List[float]
static getClassPrefix() str
getNPoints(self: lsst.afw.geom._BaseVectorEndpointPoint2, arg0: List[lsst.geom.Point2D]) int
makeFrame(self: lsst.afw.geom._BaseEndpointPoint2) astshim.Frame
normalizeFrame(self: lsst.afw.geom.Point2Endpoint, arg0: astshim.Frame) None
pointFromData(self: lsst.afw.geom._BaseVectorEndpointPoint2, arg0: List[float]) lsst.geom.Point2D