What is the kd tree intersection logic?
- by bobobobo
I'm trying to figure out how to implement a KD tree.
On page 322 of "Real time collision detection" by Ericson
The text section is included below in case Google book preview doesn't let you see it the time you click the link
text section
Relevant section:
The basic idea behind intersecting a ray or directed line segment with a k-d tree is…