summaryrefslogtreecommitdiffstats
path: root/src/math/point.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed variable shadowing warningsPiotr Dziwinski2013-05-271-8/+7
| | | | | * fixed -Wshadow warnings * refactored some constructors
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Namespace and styling fixPiotr Dziwinski2012-09-191-5/+8
|
* Tests rewrite and Doxygen in src/mathPiotr Dziwinski2012-09-111-8/+8
| | | | | | - rewritten tests to use new framework - updated/reformatted Doxygen - removed legacy conversions
* Documentation updatePiotr Dziwinski2012-08-111-6/+3
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Switched to new style castsPiotr Dziwinski2012-07-301-2/+2
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Cursor drawingPiotr Dziwinski2012-07-231-0/+6
| | | | | - fixed cursor drawing in CEngine - changed event loop to generate more events
* 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