#include "GeoCore.h"
#include <math.h>
#include <vector>
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BPoint3d |
| A lightweight class representing a coordinate point with three dimensions. More... | |
Typedefs | |
| typedef std::vector < BPoint3d > | BPoint3dVector |
| Defines a collection of BPoint3d objects. | |