Alison-97
Alison-97
## Issue Details I'm trying to install cgal using vcpkg and I'm following the instructions in the [documentation](https://doc.cgal.org/latest/Manual/windows.html#title0), running `C:\dev\vcpkg> ./vcpkg.exe install yasm-tool:x86-windows` `C:\dev\vcpkg> ./vcpkg.exe install cgal` The installation of...
## Issue Details In using the `CGAL::join` method to get the union of two polygon_with_holes, the input polygons must have an outer boundary with counter clockwise orientation as stated as...
## Issue Details The `CGAL::join` function should return the union of the polygons, and subtract any polygons with counter-clockwise points. The following test initially passed in CGAL 4.11 but upon...
### Description I am encountering an issue with the Variable Buffer class. Specifically, I am working with an open LineString. Given that the LineString is open and does not intersect...
### Description We have identified an issue related to the VariableBuffer class from the NetTopologySuite library. When one of the widths in the array provided to the Buffer method is...