All Classes |Grouped Classes |Index

Class CL_DelauneyTriangulator

Delauney triangulator. More...

Derived from:

None

Derived by:

None

Group:

Math (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_DelauneyTriangulator

Creates a triangulator object.


Attributes:

get_vertices

Returns the list of vertices in the triangulation.

get_triangles

Returns the resulting triangles produced from triangulation.


Operations:

add_vertex

This function specifies a point to be used in the triangulation.

generate

Converts passed points into triangles.

Detailed description:

This class uses the to produce triangles between a list of points.