Home | All Classes | Grouped Classes | Index | Search
Delauney triangulator. More...
Derived from:
none
Derived by:
none
Group: Core (Math)
#include <ClanLib/core.h>
Construction:
Creates a triangulator object. |
Attributes:
Returns the list of vertices in the triangulation. | |
Returns the resulting triangles produced from triangulation. |
Operations:
This function specifies a point to be used in the triangulation. | |
Converts passed points into triangles. |
Detailed description:
This class uses the delauney triangulation algorithm to produce triangles between a list of points.