Updated readme

This commit is contained in:
Chris Watson 2019-06-12 23:22:34 -07:00
parent 8bfd8d12eb
commit d5482eae70
No known key found for this signature in database
GPG Key ID: 37DAEF5F446370A4
1 changed files with 9 additions and 10 deletions

View File

@ -20,19 +20,18 @@ Apatite is meant to be a collecion of mathmatical and scientific computing algor
require "apatite" require "apatite"
``` ```
TODO: Write usage instructions here, but first write the library... Check out the [documentation](https://watzon.github.io/apatite/) for usage examples.
## Roadmap ## Roadmap
- [ ] Apetite - [ ] Linear Algebra
- [ ] Vector Math - [x] Vector
- [ ] Matrix - [ ] Matrix (_in progress_)
- [ ] NDArray - [ ] NDArray
- [x] Vector - [ ] Line
- [ ] Line - [ ] Plane
- [ ] Plane - [ ] Polygon
- [ ] Polygon - [ ] LinkedList
- [ ] LinkedList