colobot/colobot-base/math
Tomasz Kapuściński 434bd0bd3a Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +02:00
..
README.txt Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +02:00
all.h Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +02:00
const.h Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +02:00
func.h Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +02:00
geometry.h Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +02:00
half.cpp Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +02:00
half.h Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +02:00
sphere.h Renamed src to colobot-base and colobotbase target to Colobot-Base 2023-08-22 21:19:03 +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.
 */