up vote 7 down vote favorite
5
share [g+] share [fb]

It's been a few years since my computational geometry class in college, and I unfortunately sold my textbook (Computational Geometry in C), so now that I am writing a 2D video game, I am looking for books to give me a hand. What books are recommended that cover the geometry, math, and physics of 2D video game development?

link|improve this question

feedback

closed as not constructive by Bill the Lizard Sep 28 '11 at 11:32

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

5 Answers

up vote 3 down vote accepted

Physics for Game Developers comes to mind, too.

link|improve this answer
feedback

I found Mathematics for 3D Game Programming and Computer Graphics to be pretty good.

link|improve this answer
Does it spend a lot of time covering 3D? I am looking primarily for 2D – Kevin Albrecht Nov 10 '08 at 19:54
For things like collision detection, you can 'dumb' down the math to work in 2D. You just have to remove the terms that deal with the z axis. – Dana the Sane Nov 11 '08 at 6:03
feedback

Take a look at: Essential Mathematics for Games and Interactive Applications, Second Edition: A Programmer's Guide by James M. Van Verth and Lars M. Bishop.

I used this when I was working with Standard Affine Transformations. I ended up using the built in .NET library Matrix capabilities. However, this book had excellent descriptions and examples that really helped understand the topic at hand. It also covers: Core Mathematics; Linear Transformations and Matrices; Affine Transformations; Real-World Computer Number Representation; Viewing and Projection; Geometry, Shading, and Texturing; Lighting; Rasterization; Animation; Orientation Representation; Intersection Testing; Rigid Body Dynamics; and Reviews for Trigonometry and Calculus

link|improve this answer
feedback

um, you can look at this thread that has tons of stuff pertaining to the question you've asked.

link|improve this answer
not really - I don't see any books about math or physics on there? – warren Nov 10 '08 at 19:33
feedback

I'm only familiar with 2D game programming using Flash, but I will pass on this bit of advice --- warren's recommendation on the Oreilly title: "Physics for Game Developers" by Bourg is good if you're comfortable with calculus and physics. If those are topics you've long since forgotten, I would heavily recommend against the Bourg book. You'll find it much too high level. On the other hand, if you're looking for something basic, I'd recommend something along the lines of,

Macromedia Flash Professional 8 Game Development

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.