CGAL 5.0.2 - 2D Arrangements
|
#include <CGAL/Arr_polycurve_traits_2.h>
Construction functor of \(x\)-monotone polycurve.
Similar to Construct_curve_2
, only returns \(x\)-monotone polycurve. Thus, have the same overloads of the operator()
. Note that when constructing X_monotone_curve_2
all preconditions are tested.
If CGAL_ALWAYS_LEFT_TO_RIGHT
is defined, then the resulting \(x\)-monotone polycurve will be oriented from left-to-right.