diff options
Diffstat (limited to 'README.md')
| -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 |