mirror of https://github.com/CGAL/cgal
cleanup
This commit is contained in:
parent
62935f5d28
commit
20028f4a80
|
|
@ -13,8 +13,8 @@ OutputIterator compute_intersection_points (InputIterator curves_begin,
|
|||
{given a range of curves, compute all intersection points between two (or more)
|
||||
input curves. When the flag \ccc{report_endpoints} is \ccc{true},
|
||||
this function reports all the curve endpoints as well. If a curve
|
||||
endpoint is also an intersection point, it is reported once regardless
|
||||
of the value of the \ccc{report_endpoints} flag. The \ccc{Traits} type
|
||||
endpoint is also an intersection point, it is reported once (regardless
|
||||
of the value of the \ccc{report_endpoints} flag). The \ccc{Traits} type
|
||||
must be a model of the \ccc{ArrangementTraits_2} concept, such that the
|
||||
value-type of \ccc{InputIterator} is \ccc{Traits::Curve_2}, and the
|
||||
value-type of \ccc{OutputIterator} is \ccc{Traits::Point_2}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue