Samuel Savitz

Results 6 comments of Samuel Savitz

I have the exact same questions three years later.

Thanks for the effort, @MaelRL and @lrineau. This has been my first contribution to an open source project, and you made it easy and pleasant. As this was reopened, I...

Furthermore, with double precision, `halfspace_intersection_3()`'s error message incorrectly reports that the planes mentioned above have no intersection. In fact, `CGAL::intersection()` returns a `Line_3` in the form of the `boost::variant` type...

Well, one easy possibility is that the error message `Explanation: halfspace_intersection_3: intersection is not a point` could be split into cases where the intersection is null, a line, or a...

A further update: After increasing `L` to 96 and `R` to 240, Mathematica was still having trouble loading my `.off` file. I checked for missed duplicate vertices and didn't find...

I was being dumb and interpreting the first `6` as a vertex index when it was really saying that that face was a hexagon. I think the bug here lies...