Tag: eigen
-
Eigen in Unity (24 Feb 2017)
Eigen provides very good support for linear algebra algorithms, but is in general working in C++. On the other hand, Unity game engine does not have ready-to-use packages for linear algebra needs, and only has scripting support for C# and Javascript. This post demonstrates how to use Eigen in Unity.