Go to file
2013-07-23 15:11:05 +10:00
examples Implement Ken Perlin's 'Improved Noise' algorithm and add example 2013-07-23 15:11:05 +10:00
src Implement Ken Perlin's 'Improved Noise' algorithm and add example 2013-07-23 15:11:05 +10:00
.gitignore Ignore dSYM packages 2012-11-07 11:11:22 +10:00
AUTHORS Add Maik Klein to AUTHORS 2013-06-30 06:30:48 +10:00
LICENSE Add license/copyright notices to source files 2013-06-01 08:01:01 +10:00
Makefile Move contents of geom and core modules into new math module 2013-07-14 11:47:10 +10:00
pkg.rs Add license/copyright notices to source files 2013-06-01 08:01:01 +10:00
README.md Merge vector and matrix source files 2013-06-16 18:03:14 +10:00

Lmath-rs

A mathematics library for computer graphics.

Examples

~B☼