26 inline PtPair(
double *_p1,
double *_p2);
friend ostream & operator<<(ostream &os, const PtPair &pair)
Representation of a 3D point.
Representation of a point in 3D space.
Point p1
The two points forming the pair.
Representing point pairs.
Point p2
The two points forming the pair.