mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-26 15:26:12 +01:00
updated comment
This commit is contained in:
parent
a8963b0bb0
commit
2ce7776ec2
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user