colobot/src/math/README.txt

12 lines
295 B
Plaintext
Raw Normal View History

/**
* \dir math
* \brief Common mathematical structures and functions
*/
2012-04-28 15:53:17 +00:00
/**
* \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.
*/