summaryrefslogtreecommitdiffstats
path: root/src/math/point.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-0/+10
| | | | | | | | | - fixed model loading code - added simple model viewer (model_test) in src/graphics/opengl/test - added system time stamp code - split the code in app/system modules to separate headers - added debug messages in model loading - minor fixes in OpenGL engine
* CGLDevice implementationPiotr Dziwinski2012-07-011-0/+6
| | | | | | | | - extended Gfx::CDevice interface - written OpenGL implementation in Gfx::CGLDevice - rewrote color and light module - added Gfx::VertexCol - added array casts to Math::Vector, Math::Matrix and Gfx::Color
* Whitespace and language changePiotr Dziwinski2012-06-261-108/+108
| | | | | | | - 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-129/+2
|
* Structs continuedPiotr Dziwinski2012-05-031-14/+146
|
* Structs continuedPiotr Dziwinski2012-05-021-10/+74
|
* Structs continuedPiotr Dziwinski2012-05-011-22/+40
| | | | Basic functions finished and tested for matrix and vector.
* Structs continuedPiotr Dziwinski2012-04-281-1/+46
|
* Structs continuedPiotr Dziwinski2012-04-281-0/+20
|
* Split math functions; beginning of common structuresPiotr Dziwinski2012-04-281-0/+19