The function insert_curves aggregately inserts curves in a given range into a given arrangement, where no restrictions are made on the nature of the inserted curves. The input curves are subdivided into -monotone subcurves (and perhaps isolated points), which are inserted into the arrangement using the sweep-line algorithm.
#include <CGAL/Arrangement_2.h>
| ||
|
|
#include <CGAL/Arrangement_with_history_2.h>
| ||||
|
|