Vectors

Andreas Tawn andreas.tawn at ubisoft.com
Wed Apr 20 11:49:57 EDT 2011


> On Apr 20, 6:43 am, Andreas Tawn <andreas.t... at ubisoft.com> wrote:
> > > Algis Kabaila <akaba... at pcug.org.au> writes:
> >
> > > > Are there any modules for vector algebra (three dimensional
> > > > vectors, vector addition, subtraction, multiplication [scalar
> > > > and vector]. Could you give me a reference to such module?
> >
> > > NumPy has array (and matrix) types with support for these basic
> > > operations you mention. See the tutorial athttp://numpy.scipy.org/
> >
> > You might also want to considerhttp://code.google.com/p/pyeuclid/
> >
> > Cheers,
> >
> > Drea
> 
> Pyeuclid docs don't mention dot or cross products.
> RJB

http://partiallydisassembled.net/euclid/vector-classes.html#SECTION002220000000000000000

Bottom of the page.

Cheers,

Drea




More information about the Python-list mailing list