Terrain Rasterizer
Conversion of GPS data into 2.5D topographic maps
Loading...
Searching...
No Matches
Triangle Struct Reference

Represents a triangle defined by three indices into a point list. More...

#include <triangulation.hpp>

Collaboration diagram for Triangle:
Collaboration graph

Public Attributes

std::size_t p1
 
std::size_t p2
 
std::size_t p3
 

Detailed Description

Represents a triangle defined by three indices into a point list.

Member Data Documentation

◆ p3

std::size_t Triangle::p3

Indices of the three vertices.


The documentation for this struct was generated from the following file: