colobot/src/math
krzys-h 08f3a03547 Fixed choppy part rotation animations, closes #742
While most visible on the astronaut model, this fix actually applies to all objects
2016-03-21 20:52:21 +01:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
all.h Updated license headers 2016-02-13 14:11:30 +01:00
const.h Updated license headers 2016-02-13 14:11:30 +01:00
func.h Fixed choppy part rotation animations, closes #742 2016-03-21 20:52:21 +01:00
geometry.h Updated license headers 2016-02-13 14:11:30 +01:00
intpoint.h Updated license headers 2016-02-13 14:11:30 +01:00
matrix.h Updated license headers 2016-02-13 14:11:30 +01:00
point.h Updated license headers 2016-02-13 14:11:30 +01:00
sphere.h Updated license headers 2016-02-13 14:11:30 +01:00
vector.h Updated license headers 2016-02-13 14:11:30 +01: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.
 */