CGAL 4.8.1 - 2D Arrangements
|
GeometryTraits_2::Point_2
. In this case, the constructed polycurve will concatenate the \(n\)th point with the \((n+1)\)-st point in the range (using a GeometryTraits_2::Segment_2
's). This functionality is deprecated. Instead use the Construct_curve_2
functors. pi
. pi.points() - 1
). SegmentTraits_2::Point_2
. In this case, the constructed polyline will concatenate the \(n\)th point with the \((n+1)\)-st point in the range (using a SegmentTraits_2::Segment_2
's). This functionality is deprecated. Instead use the Construct_curve_2
functors. pi
. pi.points() - 1
).