I am trying to perform broad-phase collision detection with a fixed-grid size approach. Thus, for each entity\'s position: (x,y,z) (each of type float), I need to find which cel
The grid approach is going to have problems near the boundaries of the grid boxes. Why not use BSP trees instead?