mirror of
https://github.com/jhasse/poly2tri.git
synced 2024-11-26 15:26:12 +01:00
improve formatting
This commit is contained in:
parent
e5eed47e40
commit
a419d96a60
@ -5,7 +5,6 @@ to think about this. Poly2Tri does not support repeat points within epsilon.
|
|||||||
add the same coordinate twice.
|
add the same coordinate twice.
|
||||||
* If you are given input and aren't sure same point exist twice you need to
|
* If you are given input and aren't sure same point exist twice you need to
|
||||||
check for this yourself.
|
check for this yourself.
|
||||||
|
|
||||||
* Only simple polygons are supported. You may add holes or interior Steiner points
|
* Only simple polygons are supported. You may add holes or interior Steiner points
|
||||||
* Interior holes must not touch other holes, nor touch the polyline boundary
|
* Interior holes must not touch other holes, nor touch the polyline boundary
|
||||||
* Use the library in this order:
|
* Use the library in this order:
|
||||||
@ -13,6 +12,7 @@ check for this yourself.
|
|||||||
2. Add holes if necessary (also simple polylines)
|
2. Add holes if necessary (also simple polylines)
|
||||||
3. Add Steiner points
|
3. Add Steiner points
|
||||||
4. Triangulate
|
4. Triangulate
|
||||||
|
|
||||||
Make sure you understand the preceding notice before posting an issue. If you have
|
Make sure you understand the preceding notice before posting an issue. If you have
|
||||||
an issue not covered by the above, include your data-set with the problem.
|
an issue not covered by the above, include your data-set with the problem.
|
||||||
The only easy day was yesterday; have a nice day. <Mason Green>
|
The only easy day was yesterday; have a nice day. <Mason Green>
|
||||||
|
Loading…
Reference in New Issue
Block a user