updated comment

This commit is contained in:
zzzzrrr 2010-02-10 07:52:12 -05:00
parent a8963b0bb0
commit 2ce7776ec2

View File

@ -154,7 +154,7 @@ int main(int argc, char* argv[])
/* /*
* STEP 1: Create CDT and add primary polyline * STEP 1: Create CDT and add primary polyline
* NOTE: polyline must be a simple polygon. The polyline's points * NOTE: polyline must be a simple polygon. The polyline's points
* constitute the polygon's constrained edges! * constitute constrained edges. No repeat points!!!
*/ */
CDT* cdt = new CDT(polyline); CDT* cdt = new CDT(polyline);