DOTS Geometry
 
Loading...
Searching...
No Matches
HalfEdge Struct Reference

A useful edge data structure, that can be used to build polygons, maps, diagrams etc. More...

Public Member Functions

 HalfEdge (int backwards, int forward, int vertexBack, int vertexFwd, int twin, int face)
 

Public Attributes

int back
 Pointer to a backwards half edge.
 
int face
 Index of the face this half edge is assigned to (if it exists)
 
int fwd
 Pointer to a forward half edge.
 
int twin
 Pointer to the twin of the half edge.
 
int vertexBack
 Index of the backwards vertex.
 
int vertexFwd
 Index of the forward vertex.
 

Detailed Description

A useful edge data structure, that can be used to build polygons, maps, diagrams etc.