cgmath/README.md

15 lines
409 B
Markdown
Raw Normal View History

# OMath: a linear algebra library for Rust
2012-09-07 10:48:47 +00:00
OMath (Odyssey Math) is linear algebra I've been working on to help teach myself 3D mathematics.
2012-09-07 10:48:47 +00:00
2012-09-07 11:09:19 +00:00
## Todo:
- Matrix Inversion: ugh
- Matrix rotation
- Euler and Axial rotations
2012-09-07 10:48:47 +00:00
## Disclaimer:
2012-09-08 10:13:01 +00:00
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!
2012-09-07 10:48:47 +00:00
2012-09-07 11:09:19 +00:00
~B☼