Vectors - not the container

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
trixs
Posts: 26
Joined: Fri Jan 11, 2008 5:19 am
Location: Georgia
Contact:

Vectors - not the container

Post by trixs »

:oops:

Does anyone know a good resource too help learn generalized vector information..? Basically any good tutorial on vectors, matrix's etc
Nova
Competition winner
Posts: 99
Joined: Mon May 09, 2005 10:32 am

Post by Nova »

Hey,

well you can either read some books like this
http://www.amazon.de/Programming-Comput ... 1584502770
(sorry form german link, but it's an english book. you can get it at your favorite amazon *g*)

or try the math section on gamedev.net
http://www.gamedev.net/reference/list.asp?categoryid=28


in general, what you are looking for is math! fun math that is...
so i am sure google will come up with thousands of "3d math vector/matrix" stuff.

good luck with that
Swarmer
Posts: 100
Joined: Mon Apr 16, 2007 7:23 am

Post by Swarmer »

http://en.wikipedia.org/wiki/Vector_%28spatial%29

That has concise, useful information presented in a very clear format.
arras
Posts: 1622
Joined: Mon Apr 05, 2004 8:35 am
Location: Slovakia
Contact:

Post by arras »

Post Reply