Namespaces | |
namespace | PG_Draw |
Defines | |
#define | M_PI 3.14159265359 |
The definition of the number PI. | |
#define | BKMODE_TILE 1 |
Backgroundmode TILE. | |
#define | BKMODE_STRETCH 2 |
Backgroundmode STRETCH. | |
#define | BKMODE_3TILEH 3 |
Backgroundmode 3TILEH. | |
#define | BKMODE_3TILEV 4 |
Backgroundmode 3TILEV. | |
#define | BKMODE_9TILE 5 |
Backgroundmode 9TILE. |
|
Backgroundmode 3TILEH. Macro defining the background mode for horizontal 3 part tiling |
|
Backgroundmode 3TILEV. Macro defining the background mode for vertical 3 part tiling |
|
Backgroundmode 9TILE. Macro defining the background mode for 9 part tiling |
|
Backgroundmode STRETCH. Macro defining the background mode for stretching |
|
Backgroundmode TILE. Macro defining the background mode for tiling |
|
The definition of the number PI. Some platforms dont define M_PI. So we have to define it. |