Content deleted Content added
Line 23:
// this pseudocode does not work, notice:
// 'triangulation' starts with a single element, the 'super-triangle', then we add 'super-triangle' to
// 'badTriangles' (since the super-triangle, by definition, contains all points, hence, it is a bad triangle)
//
// 'if edge is not shared by any other triangles in badTriangles' //
// hence, no new triangles are added to the triangulation, never!
function BowyerWatson (pointList)
|