A point in a plane.
More...
#include <Point.h>
A point in a plane.
Definition at line 13 of file Point.h.
virtual lsst::jointcal::Point::~Point |
( |
| ) |
|
|
inlinevirtual |
lsst::jointcal::Point::Point |
( |
| ) |
|
|
inline |
lsst::jointcal::Point::Point |
( |
double |
xx, |
|
|
double |
yy |
|
) |
| |
|
inline |
double lsst::jointcal::Point::computeDist2 |
( |
const Point & |
other | ) |
const |
|
inline |
distance squared to other
Definition at line 32 of file Point.h.
double lsst::jointcal::Point::Distance |
( |
const Point & |
other | ) |
const |
|
inline |
virtual void lsst::jointcal::Point::dump |
( |
std::ostream & |
s = std::cout | ) |
const |
|
inlinevirtual |
Point lsst::jointcal::Point::operator+ |
( |
const Point & |
Right | ) |
const |
|
inline |
Point lsst::jointcal::Point::operator- |
( |
const Point & |
Right | ) |
const |
|
inline |
Difference.
Definition at line 40 of file Point.h.
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const Point & |
point |
|
) |
| |
|
friend |
double lsst::jointcal::Point::x |
coordinate
Definition at line 18 of file Point.h.
double lsst::jointcal::Point::y |
The documentation for this class was generated from the following file: