CGALDotNet
CGALDotNet copied to clipboard
C# wrapper for CGAL
Xcode project that creates MacOS libraries from CGALWrapper. I documented the project configuration, and the modifications I had to make to CGALWrapper so that it would compile in Xcode, in...
I tryed the method PolygonVisibility.ComputeVisibility , but encountered a AccessViolationException error bug. Here is my code: ``` var points = new Point2d[] { new Point2d(0, 0), new Point2d(5, 0), new...
Hi! I believe that I have successfully created dynamic and static library files for MacOS. Should I create a pull request with the Xcode project that creates the files? Should...