This commit is contained in:
Dror Atariah 2012-12-18 09:26:13 +01:00
parent d578a5a29b
commit 0e34784038
1 changed files with 1 additions and 0 deletions

View File

@ -567,6 +567,7 @@ public:
{
if (cv.number_of_segments() == 0)
{
// TODO: Verify that cv is not x-monotone
cv.push_back(Segment_2(p,p));
}
else