Math
Math, as it is used in game programming may not be as hard as you think. Mainly you need to know the concepts. You don't have to memorize formulas because you can look them up here whenever you need them. And, you rarely have to do any calculation — the computer does it for you.
Math Guide |
|
Table of Contents
|
Numbers
Numbers in game programming are just ordinary numbers.
Numeric Data Types
They usually are limited by their data type. Data types commonly restrict a number's range and whether it can be negative or not.
Arithmetic
- Addition - fuse together numbers
- Subraction - slice up numbers
- Multiplication - er….
- Division - slice up numbers (again).
Related Pages
Backlinks
These pages link back to this page. You may find them helpful.
Links
- Math at the PlayBasic Wiki
| Categories: Programming |
page_revision: 12, last_edited: 1236455311|%e %b %Y, %H:%M %Z (%O ago)