Skip to content

Visibility: fix case when point is outside polygon

lbartoletti requested to merge visibility_fix_point_out_polygon into master

In a such case, the face is unbounded and raised a CGAL exception. Add a test for this case and raise our exception.

Merge request reports