Overview
Functions: swap
Classes
class Angle
This class represents a geometric angle.
class LatLon
LatLon represents a point on the two-dimensional surface of a globe.
Functions
swap
inline void swap(
Angle & a1,
Angle & a2
);
swap
inline void swap(
LatLon & l1,
LatLon & l2
);