Super Effective

To content | To menu | To search

Tag - vector

Entries feed - Comments feed

Friday, July 17 2009

Vector & Porygon Updated

As is customary leading up to a new PyWeek I have released new versions of Vector and Porygon. Vector has a couple of new little features and a fix for the horrendously innacurate 'angle_to' functions. Porygon has a minor fix to the packaging of AVBin on OS X. Latest version are recommended as always.

Sunday, March 15 2009

Updated Vector

I've just uploaded a new version of our vector library. This version includes some useful additional methods for lines, a special vector constructor function to tidy up the syntax and Rectangle class. This is all the work I'm doing on Vector before PyWeek, but I'm sure the challenge will produce lots more stuff improve on.

Friday, January 23 2009

Announcing Vector

We've just released one of our very useful tool libraries from last PyWeek, its a simple two dimensional vector geometry library. Head over to the project page and check it out. It sports straightforward concepts such as adding vectors together and rotating them as well as more complex ones such as cross products and projections.

Continue reading...