nfprojects / nfengine

Game engine
GNU General Public License v2.0
55 stars 4 forks source link

Improve math module in nfCommon #5

Open Witek902 opened 9 years ago

Witek902 commented 9 years ago
lookeypl commented 9 years ago

When stumbling across Math code in nfCommon, I noticed, that entire Math module still has its separate namespace (NFE::Math), even though it is a part of nfCommon library. IMO we should do something about it. Either:

Personally, I think that second option would be easier if we don't want to modify entire project's code. Math is separated from nfCommon (no module includes nfCommon.hpp), it can be compiled separately. Additionally, using it in other projects, if any, would be easier. Question is, do we want another library to link against.

lookeypl commented 9 years ago

Additionally to this issue, please make sure, that Math will be compileable under Linux.