Fast pixel-perfect collision detection.

I doubt I am the first to discover this, but I have developed a way to get K access time regardless of the size of the two-dimensional plane you’re working with. The general idea is to arrange your data in such a way that you can access any point on a two-dimensional plane as a [...]