Added a TODO for the Merge_2 functor

This commit is contained in:
Dror Atariah 2013-06-07 13:13:51 +02:00
parent 4283cd2d05
commit c12fe92bc8
1 changed files with 1 additions and 0 deletions

View File

@ -1328,6 +1328,7 @@ public:
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).
* \param cv1 The first curve.
* \param cv2 The second curve.