summaryrefslogtreecommitdiffstats
path: root/src/math/test/vector_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.