Version 0 of TclMatrix3d

Updated 2004-03-25 13:44:13

A binary extension written by Sean Deely Woods.

It provides high-speed 3d rotation and vector manipulation through a new command vexpr.

vexpr uses reverse-polish notation. Commands and arguments are pushed into a stack, and the topmost element in the stack is returned as the result. This was done for partly ease of implementation, and partly because no order of operations rightly exists for matrix operations. The code and documentation is available for download at:

http://www.etoyoc.com/tclmatrix3d

A binary of the library is available for Linux. The package is not platform specific, and should run under any platform with the proper Makefile.

Category Math | Category Animation