The function insert_x_monotone_curve inserts a given -monotone curve into a given arrangement. The given curve is inserted into the arrangement as follows. First, its left endpoint is located. Then, its zone is computed starting from its left endpoint location. The zone computation terminates when the right endpoint is reached. A given point-location object is used for locating the left endpoint of the given curve in the exising arrangemnt. By default, the function uses the ``walk along line'' point-location strategy - namely an instance of the class Arr_walk_along_line_point_location<Arrangement_2<Traits,Dcel> >.
#include <CGAL/Arrangement_2.h>
| ||||
|
|
Precondition
f provided, pl must be attached to the given arrangement arr.
| ||||
|
|