Skip to content

[bugfix] Don't compute edge intersections for parallel edges

Jonathan Youett requested to merge bugfix/skip_projection_of_parallel_edges into master

The intersection of edges is already handled by the forward and inverse projection of the edge corners. If parallel edges are not skipped this might lead to degenerate remote intersections.

Merge request reports