ClanLib  2.3.7
List of all members
CL_DelauneyTriangulator_Vertex Class Reference

Vertex in the delauney triangulation. More...

#include <delauney_triangulator.h>

Public Attributes

Attributes
void * data
 Data pointer given when adding the vertex. More...
 
float x
 X position of vertex. More...
 
float y
 Y position of vertex. More...
 

Detailed Description

Vertex in the delauney triangulation.

Member Data Documentation

void* CL_DelauneyTriangulator_Vertex::data

Data pointer given when adding the vertex.

float CL_DelauneyTriangulator_Vertex::x

X position of vertex.

float CL_DelauneyTriangulator_Vertex::y

Y position of vertex.


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