Added Multi-threading Support in SLogLib
Adding thread safety to SLogLib with std::mutex and std::lock_guard.
Adding thread safety to SLogLib with std::mutex and std::lock_guard.
A long time ago when I was doing PhD I was implementing a very complex geometric algorithm for computing intersection of two triangular meshes. There were bugs in code which would…