![]() |
Terrain Rasterizer
Conversion of GPS data into 2.5D topographic maps
|
Represents a triangle defined by three indices into a point list. More...
#include <triangulation.hpp>

Public Attributes | |
| std::size_t | p1 |
| std::size_t | p2 |
| std::size_t | p3 |
Represents a triangle defined by three indices into a point list.
| std::size_t Triangle::p3 |
Indices of the three vertices.