HighMap library (C++)
Loading...
Searching...
No Matches
hmap::TerrainTriMesh::Edge Struct Reference

#include <terrain_tri_mesh.hpp>

Public Member Functions

 Edge (size_t a, size_t b)
 
bool operator== (const Edge &other) const
 

Public Attributes

size_t v0
 
size_t v1
 

Constructor & Destructor Documentation

◆ Edge()

hmap::TerrainTriMesh::Edge::Edge ( size_t  a,
size_t  b 
)
inline

Member Function Documentation

◆ operator==()

bool hmap::TerrainTriMesh::Edge::operator== ( const Edge other) const
inline

Member Data Documentation

◆ v0

size_t hmap::TerrainTriMesh::Edge::v0

◆ v1

size_t hmap::TerrainTriMesh::Edge::v1

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