|
lsst.jointcal g29ae962dfc+04632301ee
|
A Point with uncertainties. More...
#include <FatPoint.h>
Public Member Functions | |
| FatPoint () | |
| FatPoint (const Point &P, double Vx=1, double Vy=1, double Vxy=0) | |
| FatPoint (const double X, const double Y, const double Vx=1, const double Vy=1, const double Vxy=0) | |
| void | print (std::ostream &s=std::cout) const |
| double | Distance (const Point &other) const |
| double | computeDist2 (const Point &other) const |
| distance squared to other | |
| Point | operator+ (const Point &Right) const |
| Sum. | |
| Point | operator- (const Point &Right) const |
| Difference. | |
Public Attributes | |
| double | vx |
| double | vy |
| double | vxy |
| double | x |
| coordinate | |
| double | y |
A Point with uncertainties.
Definition at line 34 of file FatPoint.h.
|
inline |
Definition at line 38 of file FatPoint.h.
|
inline |
Definition at line 43 of file FatPoint.h.
|
inline |
Definition at line 46 of file FatPoint.h.
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
Reimplemented from lsst::jointcal::Point.
Reimplemented in lsst::jointcal::FittedStar, and lsst::jointcal::MeasuredStar.
Definition at line 49 of file FatPoint.h.
| double lsst::jointcal::FatPoint::vx |
Definition at line 36 of file FatPoint.h.
| double lsst::jointcal::FatPoint::vxy |
Definition at line 36 of file FatPoint.h.
| double lsst::jointcal::FatPoint::vy |
Definition at line 36 of file FatPoint.h.