Liangliang Pan
Results
2
issues of
Liangliang Pan
I confused with the coarse gravity solver, “ tmp_A = 0.5 * I3x3 * (dt12 * dt12 * dt23 + dt23 * dt23 * dt12); tmp_b = (pl2 - pl1)...
Boost.Geometry intersection Bug: Returns Full Polygon Area for Two Non-Overlapping Polygons Summary
2
When computing the intersection of two non-overlapping simple polygons, boost::geometry::intersection incorrectly returns a non-empty result, containing the full area of one polygon. This is a critical topology error: a false-positive...