summaryrefslogtreecommitdiffstats
path: root/src/math/test
Commit message (Collapse)AuthorAgeFilesLines
* Namespace and styling fixPiotr Dziwinski2012-09-191-0/+1
|
* Tests rewrite and Doxygen in src/mathPiotr Dziwinski2012-09-114-251/+73
| | | | | | - rewritten tests to use new framework - updated/reformatted Doxygen - removed legacy conversions
* Whitespace and language changePiotr Dziwinski2012-06-263-608/+608
| | | | | | | - 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-222-3/+4
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Tests and fixes in math geometry.h modulePiotr Dziwinski2012-06-152-2/+324
|
* Fixes in math modulePiotr Dziwinski2012-06-122-1/+87
| | | | | | | - 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
* Finished implementation of math functionsPiotr Dziwinski2012-06-072-14/+15
|
* Structs continuedPiotr Dziwinski2012-05-021-1/+84
|
* Structs continuedPiotr Dziwinski2012-05-013-198/+367
| | | | Basic functions finished and tested for matrix and vector.
* Structs continuedPiotr Dziwinski2012-04-293-0/+387