colobot/src/math
Piotr Dziwinski b735913deb FPOINT -> Math::Point & other math functions
- changed FPOINT to Math::Point and some functions
  from math module to the new implementation
- moved old function and FPOINT struct declarations to math3d.cpp
- removed some unused functions in math module
- fixed some #include dependencies
- moved #define STRICT and #define D3D_OVERLOADS to compile options
2012-06-13 22:48:35 +02:00
..
old FPOINT -> Math::Point & other math functions 2012-06-13 22:48:35 +02:00
test Fixes in math module 2012-06-12 13:48:17 +02:00
README.txt Source files split into modules 2012-04-28 17:53:17 +02:00
all.h Fixes in math module 2012-06-12 13:48:17 +02:00
const.h Fixes in math module 2012-06-12 13:48:17 +02:00
conv.h FPOINT -> Math::Point & other math functions 2012-06-13 22:48:35 +02:00
func.h FPOINT -> Math::Point & other math functions 2012-06-13 22:48:35 +02:00
geometry.h FPOINT -> Math::Point & other math functions 2012-06-13 22:48:35 +02:00
matrix.h Finished implementation of math functions 2012-06-07 13:35:23 +02:00
point.h Finished implementation of math functions 2012-06-07 13:35:23 +02:00
vector.h Finished implementation of math functions 2012-06-07 13:35:23 +02:00

README.txt

src/math

Contains common mathematical structures and functions.