It took several days to see this mistake. I'm having fun here writing code and using basic 7th grade geometry.
#codemistakes
ALT Some code that calls into a quadtree passing in an data object with x and y coordinates and width and height. The width is calculated by subtracting the topmost y coordinate from the bottom most. The height is done similarly wrong. Ugh.