A point in a plane.
More...
#include <Point.h>
|
| double | x |
| | coordinate
|
| |
| double | y |
| |
A point in a plane.
Definition at line 37 of file Point.h.
◆ ~Point()
| virtual lsst::jointcal::Point::~Point |
( |
| ) |
|
|
virtualdefault |
◆ Point() [1/2]
| lsst::jointcal::Point::Point |
( |
| ) |
|
|
inline |
◆ Point() [2/2]
| lsst::jointcal::Point::Point |
( |
double | xx, |
|
|
double | yy ) |
|
inline |
◆ computeDist2()
| double lsst::jointcal::Point::computeDist2 |
( |
const Point & | other | ) |
const |
|
inline |
distance squared to other
Definition at line 56 of file Point.h.
◆ Distance()
| double lsst::jointcal::Point::Distance |
( |
const Point & | other | ) |
const |
|
inline |
◆ operator+()
| Point lsst::jointcal::Point::operator+ |
( |
const Point & | Right | ) |
const |
|
inline |
◆ operator-()
| Point lsst::jointcal::Point::operator- |
( |
const Point & | Right | ) |
const |
|
inline |
Difference.
Definition at line 64 of file Point.h.
◆ print()
◆ operator<<
| double lsst::jointcal::Point::x |
coordinate
Definition at line 42 of file Point.h.
| double lsst::jointcal::Point::y |
The documentation for this class was generated from the following file: