|
LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
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 | dump (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) |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
utility
Reimplemented in lsst::jointcal::FittedStar, lsst::jointcal::MeasuredStar, lsst::jointcal::BaseStar, and lsst::jointcal::FatPoint.
Definition at line 66 of file Point.h.
|
friend |
1.8.13