lvalque
lvalque
## Issue Details The do_intersect function returns the wrong result between a segment and a triangle if the segment is degenerate. I tried it on my colleague's machine to make...
## Summary of Changes The PR adds the `do_snap` parameter to `autorefine_triangle_soup()`. When set to `true`, the coordinates are rounded to fit in `double` with additional subdivisions, preventing any self-intersections...
## Summary of Changes Add two functions that given a range of segments, rounds their coordinates to double while preserving the topology "up to collapse". These functions differ from the...
## Summary of Change Enable `box_intersection_d()` to compute intersections of two ranges using boxes of different types ## Release Management * Affected package(s): Box_intersection_d * Issue(s) solved (if any): *...
## Issue Details When using EPICK, the function 'do_curves_intersect' may trigger the following assertion (or a segmentation fault in release mode). The input segments are extremely close to each other...