Beginning Math Concepts for Game Developers

Ph.D. John P Flynt, Boris Meltreger

  • 出版商: Course Technology
  • 出版日期: 2006-10-10
  • 售價: $816
  • 語言: 英文
  • 頁數: 336
  • 裝訂: Paperback
  • ISBN: 1598632906
  • ISBN-13: 9781598632903
  • 無法訂購

買這商品的人也買了...

商品描述

Description

Successful game programmers understand that in order to take their skills beyond the basics, they must have an understanding of central math topics; however, finding a guide that explains how these topics relate directly to games is not always easy. Beginning Math Concepts for Game Developers is the solution! It includes several hands-on activities in which basic math equations are used for the creation of graphs and, ultimately, animations. By the time you finish, you will have developed a complete application from the ground up that allows you to endlessly explore game development scenarios for 2D games. If you have a basic understanding of programming essentials and a desire to hone your math skills, then get ready to take a unique journey that examines what is possible when you combine game development with basic math concepts.
 
Table of Contents

1. Getting Started With C# and the Math Library
A. C# as a Game Development Language
B. Setting up a Project
C. Inspecting the Math Library
D. Guess a Number

2. Functions and Methods
A. Understanding Functions as Patterns
B. Creating Lab for Exploring Functions

a.Generating Date for a Table

b.Developing Classes

c.Equations and Methods

3. Concepts Behind Functions

A. Number Domains
B. Restricted Values
C.Handling Exceptions
D.Making use of a List to Store Function Output
E.Fields and Properties
F.Division By Zero and Other Mysteries

4. Extending the Lab with a Coordinate Plane
A. How to Graph
B. Putting the List Values to Work
C. Using a Flag
D. Closing
E. The True Value Game

5. Local and World Space in Cartesian Terms
A. Spawning a Cartesian Plane.
B. Learning How to Do Things Twice
C. Understanding Grids
D. Axes and How to Make Them
E. Making Your Point
F. Finding the Curve

6. Changing Things: Lines, Slopes, and Methods
A. What Counts As a Valid Function
B. Constant Functions
C. How to Make a Profit
D. Linear Things
E. Making Things Visible
F. Method Overloading
A. The Factory Game

7. Quadratics and Other Functions
A. Parabolas
B. Minimum and Maximum
C. Absolute Values
D. Discontinuous Functions
E. Stair Steps and Other Antics
F. The Table Game

8. Limits and Methods for Them

A. Talk of Limits
B. Bicycle Tires
C. Different forms of Limits
D. Continuity
E. Infinity
F. Creating Graphics That Merge

9. Animating the World

A. Threads and Timers
B. Eliminating Flicker
C. Derived Classes
D. Working with Arrays of Continuous Values
E. Queues and Coordinates
F. Event Generation
G. Event Detection

10. In to the Game
A. Derivation and Acceleration
B. Controlling Flight
C. Multiplying Complexity
D. A Target Game
E. Extended Intelligence in Games