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

SV: Re: [pygame] Pixel perfect collision detection sugestion



Njaeee...

> "...probably also be faster than the rect-based one we have now..."

Theoretically circle algorithms are always more expensive than the
rectangular ones (if you dont start to rotate the rectangles *smile*).

In real life though...the theoritical trade off can be ignored. ;-)

/John