Andreas Fabri
Andreas Fabri
/force-build:v0
/force-build:v0
Working on the dD case I realize that `Difference_of_points_d` and `Construct_vector_3` construct opposite vectors. The functor `Construct_vector_d` has no operator for two points, and Kernel_23 has no `Difference_of_points_2/3`. In which...
/build:v1
They redirected me to another repository [microsoft/vscode](https://github.com/microsoft/vscode/issues/213553)
CI fails as this PR aims 5.6.2
@mglisse I am also wondering why there is no bounding box class in `Epick_d` etc. Apparently there is no need for it so far, but would you like to see...
@mbredif do I have to make you collaborator, or is this already the case?
We also need a constructor taking an iterator range of coordinates. And maybe also for a range of pairs of coordinates. The former is needed when constructing a bbox from...
As `Epick_d` may have a dynamic and a static dimension, depending on a template parameter, the functor `Epick_d::Construct_bbox_d()` must return either a bbox type with dynamic and static dimension, respectively.