colobot/src/math
krzys-h 9fd6cf5449 Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
all.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
const.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
func.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
geometry.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
intpoint.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
matrix.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
point.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +02:00
vector.h Changed all occurences of PPC in the code to TerranovaTeam 2014-10-14 15:26:18 +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.
 */