mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-08-03 13:55:39 +02:00
updated comment
This commit is contained in:
@@ -154,7 +154,7 @@ int main(int argc, char* argv[])
|
||||
/*
|
||||
* STEP 1: Create CDT and add primary polyline
|
||||
* 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);
|
||||
|
||||
|
Reference in New Issue
Block a user