No description
These operations could potentially mess up the orthoganality of the rotation matrix. We could have made these fail if an the resulting matrices were not orthogonal, but it is preferable to enforce this at compile time rather than run time. More operations should be added in the future with this restriction in mind. |
||
---|---|---|
src | ||
.gitignore | ||
AUTHORS | ||
LICENSE | ||
Makefile | ||
pkg.rs | ||
README.md |
Lmath-rs
A mathematics library for computer graphics.
Examples
- luqmana/rray - Raytracer written in rust.
~B☼