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.
Tag - vector
Sunday, March 15 2009
Updated Vector
By chard on Sunday, March 15 2009, 17:14 - Projects
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
By chard on Friday, January 23 2009, 11:40 - Projects
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.