![]() * displaying positions of current lights (F11) * dumping info to console (F10) * added assert() in suspicious place in CPyro |
||
---|---|---|
.. | ||
README.txt | ||
all.h | ||
const.h | ||
func.h | ||
geometry.h | ||
intpoint.h | ||
matrix.h | ||
point.h | ||
vector.h |
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. */