Open DavideBassano opened 5 years ago
Hi Davide,
Yes, all the calculations (tree construction, intersections etc.) are done in cOctree.h and cOctree.cpp.
Cheers, Michael
HI Michael,
thanks for your reply.
Do you have any example about using your cOctree classes to calculate intersection between stl and a ray? (like this https://github.com/mhogg/pyoctree/blob/master/pyoctree/Examples/pyoctree-intersection.ipynb).
Thanks, cheers,
Davide
Dear Michael,
I'm currently using your Pyoctree package in my Python code.
Now I'd like to write a C++ version of my code (because of parallelization with Cuda). Are cOctree.cpp and cOctree.h enough to calculate the intersection between a stl and a ray in a C++ code? Or I need some other files?
Thanks, Cheers,
Davide