colobot/src/math
Piotr Dziwinski 1996507fd3 Documentation update
- updated Doxyfile
- added/changed file, dir and namespace descriptions
- fixed some errors in doxygen tags
2012-08-11 18:39:16 +02:00
..
test Whitespace and language change 2012-06-26 22:23:05 +02:00
README.txt Documentation update 2012-08-11 18:39:16 +02:00
all.h Documentation update 2012-08-11 18:39:16 +02:00
const.h Documentation update 2012-08-11 18:39:16 +02:00
conv.h Whitespace and language change 2012-06-26 22:23:05 +02:00
func.h Documentation update 2012-08-11 18:39:16 +02:00
geometry.h Documentation update 2012-08-11 18:39:16 +02:00
intpoint.h Documentation update 2012-08-11 18:39:16 +02:00
matrix.h Documentation update 2012-08-11 18:39:16 +02:00
point.h Documentation update 2012-08-11 18:39:16 +02:00
vector.h Documentation update 2012-08-11 18:39:16 +02:00

README.txt

/**
 * \dir 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.
 */