CGAL 5.6 - 2D Arrangements
|
#include <CGAL/Arr_conic_traits_2.h>
A functor that trims a conic arc.
Public Member Functions | |
X_monotone_curve_2 | operator() (const X_monotone_curve_2 &xcv, const Point_2 &source, const Point_2 &target) const |
Trims the given \(x\)-monotone arc to new endpoints. | |
X_monotone_curve_2 CGAL::Arr_conic_traits_2< RatKernel, AlgKernel, NtTraits >::Trim_2::operator() | ( | const X_monotone_curve_2 & | xcv, |
const Point_2 & | source, | ||
const Point_2 & | target | ||
) | const |
Trims the given \(x\)-monotone arc to new endpoints.
xcv | The \(x\)-monotone arc |
source | The new source point. |
target | The new target point. |
source
and target
lies on the arc.