Classes | |
| struct | ccRGBB |
| RGB color composed of bytes. 3 chars. More... | |
| struct | ccColorB |
| RGBA color composed of bytes. 4 chars. More... | |
| struct | ccColorF |
| RGBA color composed of floats. 4 floats. More... | |
| struct | ccPointSprite |
| Point Sprite attributes. More... | |
| struct | ccQuad2 |
| A 2D Quad. 8 floats. More... | |
| struct | ccQuad3 |
| A 3D Quad. 12 floats. More... | |
| struct | ccVertex3D |
| A 3D vertex. More... | |
| struct | ccGridSize |
| A 2D grid size. More... | |
Typedefs | |
| typedef float | ccTime |
Functions | |
| static ccGridSize | ccg (const int x, const int y) |
| helper function to create a ccGridSize | |
| typedef float ccTime |
delta time type if you want more resolution redefine it as a double
| static ccGridSize ccg | ( | const int | x, | |
| const int | y | |||
| ) | [inline, static] |
helper function to create a ccGridSize
1.5.8