lsst.jointcal
19.0.0-14-gb0260a2+6a1e18eaf2
|
Go to the documentation of this file.
25 #ifndef LSST_JOINTCAL_POINT_H
26 #define LSST_JOINTCAL_POINT_H
47 Point(
double xx,
double yy) :
x(xx),
y(yy){};
79 #endif // LSST_JOINTCAL_POINT_H
virtual void print(std::ostream &s=std::cout) const
utility
Point(double xx, double yy)
double computeDist2(const Point &other) const
distance squared to other
Point operator-(const Point &Right) const
Difference.
std::ostream & operator<<(std::ostream &stream, AstrometryMapping const &mapping)
ItemVariant const * other
double Distance(const Point &other) const
Class for a simple mapping implementing a generic AstrometryTransform.
Point operator+(const Point &Right) const
Sum.
friend std::ostream & operator<<(std::ostream &stream, const Point &point)