Creating triangulation from lines and curves

160 Views Asked by At

In geography contours are created to the describe land heights. In computer graphics triangulation is required. Creating triangles from points is straightforward using the Delaunay rules. What is the mathematical algorithm for creating triangles from lines and curves?