Open shaibalmuhtadee opened 1 month ago
For AABBTree_ray_intersect.cpp can we write a helper function outside of the required bool AABBTree::ray_intersect() function that we can call to do recursive preorder dfs?
AABBTree_ray_intersect.cpp
bool AABBTree::ray_intersect()
Sure, feel free to define helper functions.
For
AABBTree_ray_intersect.cpp
can we write a helper function outside of the requiredbool AABBTree::ray_intersect()
function that we can call to do recursive preorder dfs?