My favorites | Sign in
Project Home Wiki Issues Source
Project Information
Members
Featured
Wiki pages

minivec

A set of classed in pure python that implement vector and matrix operations. There are many like this, but this one is mine.

  • Immutable objects
  • Flexible argument conversion
  • No exceptions for mathematical problems

Old 2D Vector Class

Most of the design ideas started with a 2D vector object. That code still exists in the subversion source tree. Development for the 3D objects will continue in the Git repository.

Powered by Google Project Hosting