lvalque

Results 5 issues of 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...

Small feature
Accepted small feature
Pkg::PMP
Under Testing

## 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...

Enhancement
Not yet approved
Small feature
Pkg::Snap_rounding_2
Under Testing

## 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): *...

Not yet approved
Small feature
Pkg::Box_intersection_d

## 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...

Bug
Pkg::Arrangement_on_surface_2