Chapter 14. Physics Basics

IN THIS CHAPTER

This chapter gives an overview of some important physics principals we might need to model in our games. We do not go through an exhaustive list by any means. Physics in general requires an understanding of calculus, but there will not be any explanation of the math involved to create our games physics. It is very important to understand matrix and vector math to be able to actually write any code that simulates real-world physics in 2D and 3D games.

Kinematics

To start our discussion of physics we will talk about motion dynamics, particularly kinematics. Kinematics is the study of moving objects. It does not take into consideration any forces applied to those objects (that made ...

Get Microsoft® XNA™ Unleashed: Graphics and Game Programming for Xbox 360 and Windows now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.