summaryrefslogtreecommitdiffstats
path: root/src/math/matrix.h
Commit message (Collapse)AuthorAgeFilesLines
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-191-0/+10
| | | | | | | | - changed structs from D3DVECTOR to Math::Vector and from D3DMATRIX to Math::Matrix - changed functions to new Math namespace functions - moved mainmovie module from graphics to object - added Get and Set to Math::Matrix
* Finished implementation of math functionsPiotr Dziwinski2012-06-071-211/+5
|
* Structs continuedPiotr Dziwinski2012-05-031-12/+31
|
* Structs continuedPiotr Dziwinski2012-05-021-14/+13
|
* Structs continuedPiotr Dziwinski2012-05-011-53/+158
| | | | Basic functions finished and tested for matrix and vector.
* Structs continuedPiotr Dziwinski2012-04-291-70/+270
|
* Structs continuedPiotr Dziwinski2012-04-281-11/+67
|
* Structs continuedPiotr Dziwinski2012-04-281-11/+83
|
* Split math functions; beginning of common structuresPiotr Dziwinski2012-04-281-0/+178