You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: