lsst.jointcal
21.0.0-11-g25eff31+5c287d9fc3
|
A point in a plane. More...
#include <Point.h>
Public Member Functions | |
virtual | ~Point () |
Point () | |
Point (double xx, double yy) | |
double | Distance (const Point &other) const |
double | computeDist2 (const Point &other) const |
distance squared to other More... | |
Point | operator+ (const Point &Right) const |
Sum. More... | |
Point | operator- (const Point &Right) const |
Difference. More... | |
virtual void | print (std::ostream &s=std::cout) const |
utility More... | |
Public Attributes | |
double | x |
coordinate More... | |
double | y |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const Point &point) |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
utility
Reimplemented in lsst::jointcal::FittedStar, lsst::jointcal::FatPoint, lsst::jointcal::MeasuredStar, and lsst::jointcal::BaseStar.
|
friend |