minivecA 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 ClassMost 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.
|