What are the most widely used C++ vector/matrix math/linear algebra libraries, and their cost and benefit tradeoffs?
There are quite a few projects that have settled on the Generic Graphics Toolkit for this. The GMTL in there is nice – it’s quite small, very functional, and been used widely enough to be very reliable. OpenSG, VRJuggler, and other projects have all switched to using this instead of their own hand-rolled vertor/matrix math. I’ve found … Read more