A Point with uncertainties.
More...
#include <FatPoint.h>
A Point with uncertainties.
Definition at line 11 of file FatPoint.h.
lsst::jointcal::FatPoint::FatPoint |
( |
| ) |
|
|
inline |
lsst::jointcal::FatPoint::FatPoint |
( |
const Point & |
P, |
|
|
double |
Vx = 1 , |
|
|
double |
Vy = 1 , |
|
|
double |
Vxy = 0 |
|
) |
| |
|
inline |
lsst::jointcal::FatPoint::FatPoint |
( |
const double |
X, |
|
|
const double |
Y, |
|
|
const double |
Vx = 1 , |
|
|
const double |
Vy = 1 , |
|
|
const double |
Vxy = 0 |
|
) |
| |
|
inline |
double lsst::jointcal::Point::computeDist2 |
( |
const Point & |
other | ) |
const |
|
inlineinherited |
distance squared to other
Definition at line 32 of file Point.h.
double lsst::jointcal::Point::Distance |
( |
const Point & |
other | ) |
const |
|
inlineinherited |
void lsst::jointcal::FatPoint::dump |
( |
std::ostream & |
s = std::cout | ) |
const |
|
inlinevirtual |
Point lsst::jointcal::Point::operator+ |
( |
const Point & |
Right | ) |
const |
|
inlineinherited |
Point lsst::jointcal::Point::operator- |
( |
const Point & |
Right | ) |
const |
|
inlineinherited |
Difference.
Definition at line 40 of file Point.h.
double lsst::jointcal::FatPoint::vx |
double lsst::jointcal::FatPoint::vxy |
double lsst::jointcal::FatPoint::vy |
double lsst::jointcal::Point::x |
|
inherited |
coordinate
Definition at line 18 of file Point.h.
double lsst::jointcal::Point::y |
|
inherited |
The documentation for this class was generated from the following file: