Skip to content

Feature/2d 2d in 3d intersections

Dennis Gläser requested to merge feature/2d-2d-in-3d-intersections into master

Introduces a segment-segment intersection algorithm that aims for intersection points, which is then reused in a new polygon-polygon intersection algorithm.

Merge request reports