diff options
author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-02-14 17:19:13 -0600 |
---|---|---|
committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-02-14 17:19:13 -0600 |
commit | 706544c63cf90d62a8c26a9cb6f8f96e5b478a73 (patch) | |
tree | b633edebc69e37e517abb77e552fcf11b6a52a6e /doc | |
parent | e22ae986f934fa0b1700cbaede89fa762ef16477 (diff) | |
download | Nim-706544c63cf90d62a8c26a9cb6f8f96e5b478a73.tar.gz |
Update lib.txt
add basic2d/3d to standard libraries list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index b7c94b505..6897f71e0 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -189,6 +189,12 @@ Math libraries Floating-point environment. Handling of floating-point rounding and exceptions (overflow, zero-devide, etc.). +* `basic2d <basic2d.html>`_ + Basic 2d support with vectors, points, matrices and some basic utilities. + +* `basic3d <basic3d.html>`_ + Basic 3d support with vectors, points, matrices and some basic utilities. + Internet Protocols and Support ------------------------------ |