Skip to content

Fix horizontal intersections

Jakob Maljaars requested to merge fix-horizontal-intersections into master

Using boost::geometry::intersection with ints gave rise to weird rounding issues, potentially leading to (one pixel wide) gaps between the facets. This issue is solved by using float under the hood.

Merge request reports