diff options
| author | Franklin Wei <me@fwei.tk> | 2019-05-30 23:03:58 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2019-05-30 23:03:58 -0400 |
| commit | f9be2ace4ca871d7ad68c1a4dbdcff87511d838b (patch) | |
| tree | 56dee4cf1b75b22f990c7aa169c7c57bb1116c3b /README.md | |
| parent | ad380a22d4fc6b0fbd54388b79c93e736ff90e03 (diff) | |
| download | libfml-f9be2ace4ca871d7ad68c1a4dbdcff87511d838b.zip libfml-f9be2ace4ca871d7ad68c1a4dbdcff87511d838b.tar.gz libfml-f9be2ace4ca871d7ad68c1a4dbdcff87511d838b.tar.bz2 libfml-f9be2ace4ca871d7ad68c1a4dbdcff87511d838b.tar.xz | |
Add some useful stuff
Diffstat (limited to '')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,3 +2,9 @@ Just a collection of useful C++ math routines I've accumulated over the years. Used by some of my personal programs. MIT licensed. + +What's here: + + - 2-D and 3-D vector classes + - Quaternions + - 1- and 2-manifolds with numeric integration |