Andrey Prokopenko
Andrey Prokopenko
Closing in favor of some version of #801.
Will be fixed by APIv2. Closing.
masterleinad/ArborX#7 I also noticed that `det` and `inv_det` are actually equal to 1.f for this configuration. So, if you accidentally miss using them in any of the formulas, the check...
I made a crack at what the example would look like in APIv2 (without mapping) [here](https://github.com/aprokop/ArborX/blob/apiv2_triangle_intersection_example/examples/triangle_intersection/triangle_intersection.cpp). I think it would be much cleaner and shorter. There's a question of how...
The main issue issue (implicit conversion of double to float in `ArborX::Point`) is still there at the moment, but will be gone once we switch to multi-dimensional point. I still...
Can you please switch off all the builds, and put it in the `continuous` so that we could see the results. You also would want to use `[ci skip]` later.
> That's the same as #733, right? No, that was for spatial queries. I need to think a bit about that one.
OK, I don't know what to do with it at the moment.
This will need to be rebased on #834. It also has to be reconciled with #833. I propose not doing changes related to `create_layout_right_mirror*` here, instead doing them in #833....
I think there are too many changes in this single PR, and would prefer to split it.