Fix horizontal intersections
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.
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.