Re: Vector math library
- From: Erik Max Francis <max@xxxxxxxxxxx>
- Date: Sat, 31 Dec 2005 14:08:01 -0800
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@xxxxxxxxxxx && 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 .
- References:
- Vector math library
- From: Martin Vilcans
- Vector math library
- Prev by Date: Re: python coding contest
- Previous by thread: Re: Vector math library
- Next by thread: advanced module/import/namespace idioms
- Index(es):