A Point with uncertainties.
More...
#include <FatPoint.h>
|
| double | vx |
| |
| double | vy |
| |
| double | vxy |
| |
| double | x |
| | coordinate
|
| |
| double | y |
| |
A Point with uncertainties.
Definition at line 34 of file FatPoint.h.
◆ FatPoint() [1/3]
| lsst::jointcal::FatPoint::FatPoint |
( |
| ) |
|
|
inline |
◆ FatPoint() [2/3]
| lsst::jointcal::FatPoint::FatPoint |
( |
const Point & | P, |
|
|
double | Vx = 1, |
|
|
double | Vy = 1, |
|
|
double | Vxy = 0 ) |
|
inline |
◆ FatPoint() [3/3]
| lsst::jointcal::FatPoint::FatPoint |
( |
const double | X, |
|
|
const double | Y, |
|
|
const double | Vx = 1, |
|
|
const double | Vy = 1, |
|
|
const double | Vxy = 0 ) |
|
inline |
◆ computeDist2()
| double lsst::jointcal::Point::computeDist2 |
( |
const Point & | other | ) |
const |
|
inlineinherited |
distance squared to other
Definition at line 56 of file Point.h.
◆ Distance()
| double lsst::jointcal::Point::Distance |
( |
const Point & | other | ) |
const |
|
inlineinherited |
◆ operator+()
| Point lsst::jointcal::Point::operator+ |
( |
const Point & | Right | ) |
const |
|
inlineinherited |
◆ operator-()
| Point lsst::jointcal::Point::operator- |
( |
const Point & | Right | ) |
const |
|
inlineinherited |
Difference.
Definition at line 64 of file Point.h.
◆ print()
◆ vx
| double lsst::jointcal::FatPoint::vx |
◆ vxy
| double lsst::jointcal::FatPoint::vxy |
◆ vy
| double lsst::jointcal::FatPoint::vy |
| double lsst::jointcal::Point::x |
|
inherited |
coordinate
Definition at line 42 of file Point.h.
| double lsst::jointcal::Point::y |
|
inherited |
The documentation for this class was generated from the following file: