Skip to content
Success

Changes

Summary

  1. Add Details::Vector (details)
  2. Make Ray use external new Vector (details)
  3. Fix Ray tests (details)
  4. Switch triangle-point distance to use external vector (details)
  5. Fix Ray example (details)
The file was addedsrc/details/ArborX_DetailsVector.hpp
Commit a912b6e75869744bc82537e206cc4d4c56e82da9 by Andrey Prokopenko
Make Ray use external new Vector
The file was modified src/geometry/ArborX_Ray.hpp (diff)
The file was modified test/tstRay.cpp (diff)
The file was modified test/tstQueryTreeRay.cpp (diff)
Commit 8856d8832b1281c451cfc15c763d1400f175703e by Andrey Prokopenko
Switch triangle-point distance to use external vector
The file was modified src/geometry/ArborX_DetailsAlgorithms.hpp (diff)
The file was modified examples/raytracing/example_raytracing.cpp (diff)