Go to file
Brendan Zabarauskas 31be8b79df Add map_as_vec{2,3,4} methods and document AsVec method impls
These are useful for when for reusing methods available on the Vec{2,3,4} types.
2013-07-21 13:20:28 +10:00
src Add map_as_vec{2,3,4} methods and document AsVec method impls 2013-07-21 13:20:28 +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☼