Andreas Fabri

Results 468 comments of Andreas Fabri

@mglisse how can I obtain for `Epick_d` if it has a dynamic dimension or not? I want to add a `Compute_bbox` in `function_objects_cartesian.h` and when I want to specify the...

I am wondering if it is not just something missing in `Lazy_cartesian.h` as I now got it working for `Epick_d`.

@sloriot and I, we are blocked with getting `Epick_d.cpp` compiled. There is probably a specialization we have to add, but we have no idea what exactly,

The input points are transformed in points with interval arithmetic. In case of an uncertain exception we create a `Sqrt_extension` where we want to use the `Exact_kernel::FT` if available. The...

I won't make a dedicated pull request, but it will go in PR #8284

In fact I also need a function object for constructing the filtered type and the exact type, In `Epick` this are the classes `C2F` and `C2E`.

We could even add it to the testsuite so that the error shows up.

@MaelRL @LeoValque note that there are already functions called `diff_of_products` [here](https://github.com/CGAL/cgal/blob/2615a2abe8b46f6bc9d5c553048fe75046e1bd98/Distance_3/include/CGAL/Distance_3/internal/squared_distance_utils_3.h#L117) in the `Distance_3` package.

Before merging, it would be good id @LeoValque looked into my comment about my comment about `diff_of_products`.

@sloriot can you please create the 4D version, plus the in-sphere tests with the filter generator.