#include "rfc_basic.h"
#include "Tuple.h"
#include <CGAL/predicates_on_points_2.h>
#include <CGAL/Line_2_Line_2_intersection.h>
#include <CGAL/Segment_2_Segment_2_intersection.h>
#include <vector>
#include <list>
Go to the source code of this file.
Classes | |
class | Triangulation |
Triangulating a convex polygon by ear-removal. More... | |
class | Triangulation::Node |