Delauney triangulator. More...
Derived from: | None |
Derived by: | None |
Group: | Math (Core) |
#include <ClanLib/core.h>
Class Members:
Construction: | |
Creates a triangulator object. |
| |
Returns the list of vertices in the triangulation. | |
Returns the resulting triangles produced from triangulation. |
| |
This function specifies a point to be used in the triangulation. | |
Converts passed points into triangles. |
Detailed description:
This class uses the to produce triangles between a list of points.