Thread: Vectors, dot products, cross products etc

  1. #1
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709

    Vectors, dot products, cross products etc

    I really need to understand this, all of this. Whenever I find an article it's usually full of mathematical lingo which just confuses me more.

    Basically, has anyone got a link to an article on this (and everything / anything related) for the simple-math-minded person?

    Or a nice description.

    EDIT: Oh I'm reading this right now and understanding most of it: http://www.geocities.com/siliconvalley/2151/math2d.html (the sectons on vectors and such)

    EDIT2: And I think another barrier is that I don't understand where we'd use these in practice - what would we use them to solve?
    Last edited by cboard_member; 08-18-2006 at 04:31 AM.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  2. #2
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Hmm found http://tutorial.math.lamar.edu/AllBr.../1314/1314.asp after a quick search on GDNet.

    *Continues searching*

    Want as much material as possible.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    There's a lot of stuff here - http://thorkildsen.no/faqsys/
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Pickup a linear algebra book and start reading.

    Then for some applications pickup a physics book and start reading.

  5. #5
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    A good book that encapsulates the important stuff in linear algebra as it pertains to 3D from the not so important stuff is:

    3D Math Primer for Graphics and Game Development Fletcher Dunn and Ian Parberry.

    Probably available on www.amazon.com now for dirt cheap. Also check www.gamedev.net's books section for recommendations on other books. It is a good way to wade through the mess of books out there. Not all of them are as great as their covers try to make them look.

    Cool thing about learning this on your own is you can take the practical useful stuff and learn it 100% and take all the other crap and chuck it. Now wouldn't you love to have done that in college? It probably would have taken 2 years off of my degree program.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How Can I draw What I want?
    By CChakra in forum Game Programming
    Replies: 22
    Last Post: 09-11-2008, 08:38 AM
  2. Multiplying arrays (dot vectors)
    By Matter711 in forum C Programming
    Replies: 3
    Last Post: 05-09-2008, 09:30 PM
  3. How can i made vectors measuring program in DevC++
    By flame82 in forum C Programming
    Replies: 1
    Last Post: 05-07-2008, 02:05 PM
  4. need help making a dot bounce up and down y axis in this prog
    By redwing26 in forum Game Programming
    Replies: 10
    Last Post: 08-05-2006, 12:48 PM
  5. Dot Products
    By thedoofus in forum C Programming
    Replies: 1
    Last Post: 01-02-2006, 10:05 AM