colobot/src/math
Piotr Dziwinski 366d3a551e Added debug aids for lighting
* displaying positions of current lights (F11)
 * dumping info to console (F10)
 * added assert() in suspicious place in CPyro
2013-06-17 18:17:21 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
all.h Fixed code formatting 2013-05-27 10:19:16 +02:00
const.h Fixed code formatting 2013-05-27 10:19:16 +02:00
func.h Fixed code formatting 2013-05-27 10:19:16 +02:00
geometry.h Fixed code formatting 2013-05-27 10:19:16 +02:00
intpoint.h Fixed code formatting 2013-05-27 10:19:16 +02:00
matrix.h Added debug aids for lighting 2013-06-17 18:17:21 +02:00
point.h Fixed variable shadowing warnings 2013-05-27 22:29:42 +02:00
vector.h Fixed variable shadowing warnings 2013-05-27 22:29:42 +02:00

README.txt

/**
 * \dir src/math
 * \brief Common mathematical structures and functions
 */

/**
 * \namespace Math
 * \brief Namespace for (new) math code
 *
 * This namespace was created to avoid clashing with old code, but now it still serves,
 * defining a border between math and non-math-related code.
 */