2009/03/25

A Two Dimensional Vector For Python

To make the usage of PyGame easier I implemented a simple class for two dimensional vectors which can be downloaded here. It makes heavy usage of Python's operator overloading and metaobject protocol.

Please leave a comment and let me know what you think about it.

No comments:

Post a Comment