summaryrefslogtreecommitdiffstats
path: root/src/math
Commit message (Collapse)AuthorAgeFilesLines
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-193-65/+69
| | | | | | | | - 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
* Tests and fixes in math geometry.h modulePiotr Dziwinski2012-06-156-26/+367
|
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-135-139/+157
| | | | | | | | | - changed FPOINT to Math::Point and some functions from math module to the new implementation - moved old function and FPOINT struct declarations to math3d.cpp - removed some unused functions in math module - fixed some #include dependencies - moved #define STRICT and #define D3D_OVERLOADS to compile options
* Fixes in math modulePiotr Dziwinski2012-06-129-91/+240
| | | | | | | - 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
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-103-37/+37
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-103-11/+10
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Moved old math filesPiotr Dziwinski2012-06-074-0/+0
|
* Finished implementation of math functionsPiotr Dziwinski2012-06-079-538/+636
|
* Structs continuedPiotr Dziwinski2012-05-034-59/+332
|
* Structs continuedPiotr Dziwinski2012-05-026-57/+276
|
* Structs continuedPiotr Dziwinski2012-05-018-296/+624
| | | | Basic functions finished and tested for matrix and vector.
* Structs continuedPiotr Dziwinski2012-04-297-103/+750
|
* Structs continuedPiotr Dziwinski2012-04-284-13/+130
|
* Structs continuedPiotr Dziwinski2012-04-285-53/+211
|
* Split math functions; beginning of common structuresPiotr Dziwinski2012-04-285-0/+582
|
* Source files split into modulesPiotr Dziwinski2012-04-285-0/+1584