#include <iostream>#include <fstream>#include <vector>#include "utils.h"Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | Point |
| Describe a specific point on the Earth surface. It can also store details about that point, such as its elevation and vegetation. Provides functions such as distance between two points, and projection along a bearing. More... | |
| class | Region |
| Define a generic region on the Earth. Can turn its defined region into a series of discrete points, and check if a given point is inside the region. More... | |
| class | RegionArea |
| Define a square region across the surface of the Earth, defined using two corner points. Can turn its defined region into a series of discrete points, and check if a given point is inside the region. More... | |
| class | RegionLine |
| Define a linear region across the surface of the Earth, defined as a series of points. Can turn its defined region into a series of discrete points, and check if a given point is inside the region. More... | |
1.5.4