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 && [EMAIL PROTECTED] && 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to