Quadtree Lecture 1/3: Writing helper classes for a Quadtree

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=Cq2P79aexZ8



Category:
Let's Play
Duration: 48:12
93 views
1


We're doing a greenfield implementation of a Quadtree class today, which will accelerate the ability to do line traces and point tests in a world full of rectangles. Our helper classes are Point/Vec2D, Ray, and Rect, with intersection tests for all of them completed except Ray/Rect which is mostly but not completely implemented.