summaryrefslogtreecommitdiffstats
path: root/src/math/test/vector_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests rewrite and Doxygen in src/mathPiotr Dziwinski2012-09-111-61/+15
| | | | | | - rewritten tests to use new framework - updated/reformatted Doxygen - removed legacy conversions
* Whitespace and language changePiotr Dziwinski2012-06-261-66/+66
| | | | | | | - 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
* Finished implementation of math functionsPiotr Dziwinski2012-06-071-0/+1
|
* Structs continuedPiotr Dziwinski2012-05-011-0/+126
Basic functions finished and tested for matrix and vector.