BWAPI
|
#include <Arr_conic_traits_2.h>
Public Member Functions | |
Intersect_2 (Intersection_map &map) | |
template<class OutputIterator > | |
OutputIterator | operator() (const X_monotone_curve_2 &cv1, const X_monotone_curve_2 &cv2, OutputIterator oi) const |
Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Intersect_2::Intersect_2 | ( | Intersection_map & | map | ) | [inline] |
Constructor.
OutputIterator Arr_conic_traits_2< Rat_kernel_, Alg_kernel_, Nt_traits_ >::Intersect_2::operator() | ( | const X_monotone_curve_2 & | cv1, |
const X_monotone_curve_2 & | cv2, | ||
OutputIterator | oi | ||
) | const [inline] |
Find the intersections of the two given curves and insert them to the given output iterator. As two segments may itersect only once, only a single will be contained in the iterator.