Go to file
2012-10-29 21:53:25 +10:00
src Fix collision of omath::vec and core::vec 2012-10-29 21:53:25 +10:00
.gitignore Reorganise directories 2012-10-28 21:43:23 +10:00
Makefile Reorganise directories 2012-10-28 21:43:23 +10:00
README.md More readme edits 2012-09-09 00:11:25 +10:00

OMath: a linear algebra library for Rust

OMath (Odyssey Math) is linear algebra I've been working on to help teach myself 3D mathematics.

Todo:

  • Matrix Inversion: ugh
  • Matrix rotation
  • Euler and Axial rotations

Disclaimer:

I'm new to Rust and a novice at linear algebra, so I may have made mistake, and I may not have done things in the most efficient way. So use this at your own risk!

~B☼