summaryrefslogtreecommitdiffstats
path: root/src/math/test/geometry_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Templates for new implementationPiotr Dziwinski2012-06-221-2/+2
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Tests and fixes in math geometry.h modulePiotr Dziwinski2012-06-151-1/+319
|
* Fixes in math modulePiotr Dziwinski2012-06-121-0/+83
- rewritten RotateAngle() function and test for it in geometry_test.cpp - added conv.h - conversion functions - added comments in math3d.h and d3dmath.h pointing to new functions - other minor fixes