Skip to content

C++11 matrix

Hans-Christian Ebke requested to merge c++11_matrix into master

Added a modern (C++11) 3x3 matrix class and a closest point in triangle query that builds on top of it.

Merge request reports