3D math lib

Anyone know of a good math library that performs matrix and vector manipulations. I tried vmath and glm, but both are giving me issues on VS2010. If someone could help me, it would be deeply appreciated.

Thank you

Have you considered getting those issues fixed instead of just assuming the libraries are the problem? Odds are, if you can’t get GLM working, you won’t be able to get any alternatives working either.

Try LAPACK, BLAS. They are popular. You need to check about their integration with VS2010. Best.

D3DX. Not joking - it’s fully usable with OpenGL and since you’re using Visual Studio I assume that you’re not overly concerned about portability.