summaryrefslogtreecommitdiffstats
path: root/src/math/func.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation updatePiotr Dziwinski2012-08-111-10/+11
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Basic font renderingPiotr Dziwinski2012-08-031-0/+8
| | | | | - added basic font rendering - minor refactoring & fixes
* Switched to new style castsPiotr Dziwinski2012-07-301-5/+5
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Refactoring in math & texture modulesPiotr Dziwinski2012-07-061-14/+14
| | | | | | - moved texture-related structs to texture.h & code to texture.cpp - cleaned up texture test code - added Math:: namespace qualifiers to math modules for clarity
* Whitespace and language changePiotr Dziwinski2012-06-261-78/+78
| | | | | | | - 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
* 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