[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Physics, collision detection etc?



I once wrote a program which collides a point and a convex polygon, returning a boolean result.  http://pygame.org/project/649/ This project uses it, for instance.  It may be of help.
Ian