Vertex in the delauney triangulation. More...
#include <delauney_triangulator.h>
| Public Attributes | |
| void * | data | 
| Data pointer given when adding the vertex. | |
| float | x | 
| X position of vertex. | |
| float | y | 
| Y position of vertex. | |
Vertex in the delauney triangulation.
| void* clan::DelauneyTriangulator_Vertex::data | 
Data pointer given when adding the vertex.
| float clan::DelauneyTriangulator_Vertex::x | 
X position of vertex.
| float clan::DelauneyTriangulator_Vertex::y | 
Y position of vertex.