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

Represents a 3D mesh consisting of points and triangles. More...

#include <triangulation.hpp>

Collaboration diagram for Mesh:
Collaboration graph

Public Attributes

std::vector< Pointpoints
 
std::vector< Triangletriangles
 

Detailed Description

Represents a 3D mesh consisting of points and triangles.

Member Data Documentation

◆ points

std::vector<Point> Mesh::points

List of vertices in the mesh.

◆ triangles

std::vector<Triangle> Mesh::triangles

List of triangles connecting the vertices.


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