Vector math library

Erik Max Francis max at alcyone.com
Sat Dec 31 17:08:01 EST 2005


Martin Vilcans wrote:

> Hi, I'm new to this mailing list and fairly new to Python as well. I'm 
> working on a prototype for a 3D game using OpenGL, and take this 
> opportunity to learn Python better.
> 
> I'm looking for a good library for vector math. I need to do vector 
> addition, cross products, dot products etc. and probably in the future 
> I'll need matrix math as well.

ZOE has an la a module that helps with linear algebra computations 
including (three-dimensional) vectors and matrices:

	http://www.alcyone.com/software/zoe/

-- 
Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   You are the lovers rock / The rock that I cling to
   -- Sade






More information about the Python-list mailing list