6 apr 2010
In game development, there are a lot of situations where you need to use the trigonometric functions. These calculations come in handy for circular forms and placements as well. This article discusses the mathematics behind trigonometry and how to apply this knowledge in programming for calculating for instance direction or speed. Read article.
22 feb 2010
The Pythagorean theorem is very often used in the programming of games. Because mathematics is a real useful tool for programming weŽll discuss what the Pythagorean theorem is, and what some of its applications are in game development. Based on examples weŽll also show how to program the theorem in your game. Read article.