mirror of https://github.com/CGAL/cgal
Added a TODO for the Merge_2 functor
This commit is contained in:
parent
4283cd2d05
commit
c12fe92bc8
|
|
@ -1328,6 +1328,7 @@ public:
|
||||||
Merge_2(const Geometry_traits* traits) : m_poly_traits(traits) {}
|
Merge_2(const Geometry_traits* traits) : m_poly_traits(traits) {}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
* TODO: Consider the orientation of the cv1 and cv2!!!
|
||||||
* Merge two given x-monotone curves into a single curve(segment).
|
* Merge two given x-monotone curves into a single curve(segment).
|
||||||
* \param cv1 The first curve.
|
* \param cv1 The first curve.
|
||||||
* \param cv2 The second curve.
|
* \param cv2 The second curve.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue