![]() |
Terrain Rasterizer
Conversion of GPS data into 2.5D topographic maps
|
Represents a 3D mesh consisting of points and triangles. More...
#include <triangulation.hpp>

Public Attributes | |
| std::vector< Point > | points |
| std::vector< Triangle > | triangles |
Represents a 3D mesh consisting of points and triangles.
| std::vector<Point> Mesh::points |
List of vertices in the mesh.
| std::vector<Triangle> Mesh::triangles |
List of triangles connecting the vertices.