pyoctree.PyOctree(pointCoords,connectivity)
I'm trying to use your data structure to find collisions on a cloud of spheres. I have the coordinates of each point, but I do not understand what is the second parameter used for, nor why it is mandatory...
Am I just missing something?
pyoctree.PyOctree(pointCoords,connectivity)
I'm trying to use your data structure to find collisions on a cloud of spheres. I have the coordinates of each point, but I do not understand what is the second parameter used for, nor why it is mandatory...
Am I just missing something?