![]() |
#include <CGAL/Triangulation_conformer_2.h>
template<class CDT> | ||||
void | make_conforming_Gabriel_2 ( CDT &t) | |||
Refines the constrained Delaunay triangulation t into a
conforming Gabriel triangulation. After a call to this function, all
constrained edges of t have the Gabriel property: the
circle that has e as diameter does not contain any vertex from
the triangulation.
|