seidel
seidel copied to clipboard
Handle degenerate cases
Currently the library doesn't handle cases like vertices touching edges or edges touching edges (colinear) very well. Lets see if we can fix this cheaply without resorting to preprocessing with JS Clipper.
This is especially important for triangulating user-generated data (e.g. for WebGL Vector Maps).