summary refs log tree commit diff stats
path: root/lib/pure/basic2d.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosFederico Ceratto2015-02-151-3/+3
|
* updated basic2d, basic3d modulesAraq2014-08-281-13/+13
|
* big renameAraq2014-08-271-1/+1
|
* Some minor fixesventor30002013-07-301-17/+23
| | | | | | Fixed som wrong spellings in cooments, reordering some arguments to be mor uniform, and fixed a small bug in isUniform for 3d matrix.
* Some doc. fixesventor30002013-07-281-0/+1
|
* basic3d module and some fixes in basic2dventor30002013-07-271-67/+68
| | | | | Added the basic3d module. Standard 3d maths but still reimplemented evrywhere.
* Fixed stupid mistake when clamping acosventor30002013-07-261-3/+3
|
* Some minor changesventor30002013-07-261-34/+31
|
* Added file headerventor30002013-07-251-1/+10
|
* Added basic2d moduleventor30002013-07-251-0/+841
Module for basic 2d computation