Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conservative clipping for parallel case
When clipping edge and polygon edge is parallel and overlapping, `is_inside()` and `edge_intersection()` gives non-consistant results. In such cases, conservatively preserve the polygon vertex for clipping.
- Loading branch information