31.05.2015, 08:14
The code in "core.cpp" could have been written inside "linear.cpp", because you do not need to declare functions to use them just once.
Also some functions and declarations/definitions from "core.h" can be then written inside "linear.cpp", so you would only have left "#include <header file>"s there. By the way there is no "./LinearMath/" path in your repository.
Also some functions and declarations/definitions from "core.h" can be then written inside "linear.cpp", so you would only have left "#include <header file>"s there. By the way there is no "./LinearMath/" path in your repository.