Andreas Fabri
Andreas Fabri
@mglisse do you agree that as a first step we just do not write the infinite vertex?
Is there anything that speaks against adding the operator as long as it is `explicit`?
What exactly do you want to be tested?
I am interested in a function of `SurfaceMesh` that returns `vHalfedgeArr.size()`. And the same for the other elements. Concerning the doubling, that is the capacity, not the size, right? I...
It corresponds also to `MeshDate::size()`,
A `resize()` makes that `size()` then returns that value. With `reserve()` the size changes when later you call `push_back()`.
Can you please provide a minimal example that only uses CGAL on gist.github.com
Hello Hermann, When you add a `-DSIMPLIFY` as written in the section [`Large Numbers`](https://doc.cgal.org/latest/Polytope_distance_d/classCGAL_1_1Width__3.html#ae21f318e94520ef72ec786df44b2fa2f) of the reference manual page, you will see for the second data set in the self...
I agree and that's why I wrote "a quick fix would be".
The `SIMPLIFY` only simplifies the quotients.