lsst.jointcal
master-g9041cab851+5
|
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 | dump (std::ostream &s=std::cout) const |
utility More... | |
![]() | |
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... | |
Public Attributes | |
double | vx |
double | vy |
double | vxy |
![]() | |
double | x |
coordinate More... | |
double | y |
A Point with uncertainties.
Definition at line 11 of file FatPoint.h.
|
inline |
Definition at line 15 of file FatPoint.h.
|
inline |
Definition at line 20 of file FatPoint.h.
|
inline |
Definition at line 23 of file FatPoint.h.
|
inlinevirtual |
utility
Reimplemented from lsst::jointcal::Point.
Reimplemented in lsst::jointcal::FittedStar, lsst::jointcal::MeasuredStar, and lsst::jointcal::RefStar.
Definition at line 26 of file FatPoint.h.
double lsst::jointcal::FatPoint::vx |
Definition at line 13 of file FatPoint.h.
double lsst::jointcal::FatPoint::vxy |
Definition at line 13 of file FatPoint.h.
double lsst::jointcal::FatPoint::vy |
Definition at line 13 of file FatPoint.h.