vector and matrix maths provided by basic2d/basic3d modules.

This commit is contained in:
ftsf 2016-08-30 14:57:26 +10:00
parent 3ebb6870b4
commit 736968ffe2
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@ quickly).
- echo automatically handle simple display of sequences (similar to repr)
- vector and matrix maths (or include a port of an existing library)
- <del>vector and matrix maths (or include a port of an existing library)</del>
- [basic2d](http://nim-lang.org/docs/basic2d.html)
- [basic3d](http://nim-lang.org/docs/basic3d.html)
- include a do while loop (or equivalent)