CGAL 6.1 - 2D Arrangements
|
#include <Concepts/AosTraits--Split_2.h>
Functor
AosXMonotoneTraits_2::Split_2
Operations | |
A model of this concept must provide: | |
void | operator() (AosTraits::X_monotone_curve_2 xc, AosTraits::Point_2 p, AosTraits::X_monotone_curve_2 &xc1, AosTraits::X_monotone_curve_2 &xc2) |
accepts an input curve xc and a split point p in its interior. | |
void AosTraits::Split_2::operator() | ( | AosTraits::X_monotone_curve_2 | xc, |
AosTraits::Point_2 | p, | ||
AosTraits::X_monotone_curve_2 & | xc1, | ||
AosTraits::X_monotone_curve_2 & | xc2 | ||
) |
accepts an input curve xc
and a split point p
in its interior.
It splits xc
at the split point into two subcurves xc1
and xc2
, such that p
is xc1
's right endpoint and xc2
's left endpoint.