Go to file
Brendan Zabarauskas 0cef6b55b8 Fix to_str purity
2012-10-18 15:40:36 +10:00
src Fix to_str purity 2012-10-18 15:40:36 +10:00
sublime Rename repository to 'omath' 2012-09-08 18:54:32 +10:00
test De-moded functions and methods 2012-10-01 16:23:49 +10:00
.gitignore initial commit 2012-09-07 20:48:47 +10:00
Makefile Bring code into line with recent updates to Rust 2012-09-24 12:54:24 +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☼