#include <CGAL/Arrangement_2.h>
| ||||
|
| |||
Inserts the given range of -monotone curves [first,last)
into the arrangement arr. The insertion is performed in an aggregated
manner, using the sweep-line algorithm. The Traits parameter must
be a model of the ArrangementXMonotoneTraits_2 concept. Precondition: The value-type of InputIterator is Traits::X_monotone_curve_2. |