summaryrefslogtreecommitdiffstats
path: root/src/math/test/geometry_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests rewrite and Doxygen in src/mathPiotr Dziwinski2012-09-111-63/+21
| | | | | | - rewritten tests to use new framework - updated/reformatted Doxygen - removed legacy conversions
* Whitespace and language changePiotr Dziwinski2012-06-261-236/+236
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* 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