Looking for 3d Math libraries for c++

Started by
3 comments, last by MARS_999 15 years, 11 months ago
I'm looking for a 3d math library for c++, which has things like planes, vectors, matrices(preferably multi sized ones). And preferably using namespaces. I've been searching google but nothing really turns up. Thank you.
Advertisement
Have you checked out DirectX?
Check out this site (there's a list of free game math libraries under 'Mathematics', near the bottom of the page).
Thanks, I looked at the various libraries in the link but couldn't find any that had planes in them.

I think I'll just go with d3dx, even though I really dislike the way its done.
It seems to have quite a few useful functions.

Thanks.
http://glm.g-truc.net/ Based off GLSL standard


or

http://cmldev.net/

HTH

This topic is closed to new replies.

Advertisement