Barend Gehrels
Barend Gehrels
As far as I know, streaming wkt or svg for an unsigned char would do the same. And that is fine. If that is the behaviour of streaming unsigned char,...
Hi @Siddharth-coder13 , thanks for your intention! There are many other algorithms not handling 3d (at all, in general in our library). It will be a huge effort. The best...
> > > It seems that I have to implement `volume` by scratch. So, I will make a separate header file in the `algorithms` directory and implement its functions, Is...
> By using the [`fp_equals_policy`](https://github.com/boostorg/geometry/commit/e38c093b5d8d1a76f32e1e92e10c39d64054a7c6#diff-fc187ebce47d2e8ed80562f60ef0adc96392bd142970571dd6f86caa60855a9aR36) the result should be as expected. Indeed! Much better! Thanks for your quick answer! Can we make this the default? Or should we pass them...
> In the beginning my indention was to have that as a default but some tests in `sym_difference` were failing so I used the `epsilon_equals_policy` as default. Without rescaling maybe...
I created a PR, see the text there. To be complete, even with `fp_equals_policy` there were several regressions (but the one above disappeared), mainly in difference but also in some...
So it is helped / worked around by the last PR #924 I will leave this issue open because you (@vissarion ) mentioned you will come back to it. Thanks!
Thanks for the report! I'll have a look next week.
Sorry, it's a few weeks later already. It's a numerical issue. Using `long double` fixes this particular example. Boost 1.79 is different from the versions before, because we stopped using...
The message indicates that the code expects a point, or an instance implementing the Point Concept, but it is not a point. Glancing through your code, the problem is probably...