eb4e4a6aeb
This is the same as Vec3 but with an extra field for padding. This is useful for applications needing a power-of-two number of arguments (typically mixed CPU/GPU applications). The corresponding matrix is not yet implemented. |
||
---|---|---|
doc | ||
src | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
README.md
nalgebra
nalgebra is a n-dimensional linear algebra library written with the rust programming language.
It is mainly focused on features needed for real-time physics. It should be usable for graphics too.
Compilation
You will need the last rust compiler from the master branch. If you encounter problems, make sure you have the last version before creating an issue.
git clone git://github.com/sebcrozet/nalgebra.git
cd nalgebra
make