summaryrefslogtreecommitdiffstats
path: root/src/math/func.h
Commit message (Collapse)AuthorAgeFilesLines
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-3/+3
| | | | | | | | | - 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-121-42/+36
| | | | | | | - 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-071-10/+1
|
* Structs continuedPiotr Dziwinski2012-05-021-13/+12
|
* Structs continuedPiotr Dziwinski2012-05-011-4/+9
| | | | Basic functions finished and tested for matrix and vector.
* Structs continuedPiotr Dziwinski2012-04-291-10/+14
|
* Structs continuedPiotr Dziwinski2012-04-281-1/+1
|
* Structs continuedPiotr Dziwinski2012-04-281-0/+16
|
* Split math functions; beginning of common structuresPiotr Dziwinski2012-04-281-0/+238