FreeBASIC
0.91.0
|
Go to the source code of this file.
Macros | |
#define | FB_NAN 0x80000000 |
#define | SQRT_2 1.4142135623730950488016 |
Functions | |
static intptr_t | parse_number (char **str) |
FBCALL void | fb_GfxDraw (void *target, FBSTRING *command) |
Variables | |
static float | base_scale = 1.0 |
static float | base_angle = 0.0 |
#define FB_NAN 0x80000000 |
Definition at line 7 of file gfx_draw.c.
#define SQRT_2 1.4142135623730950488016 |
Definition at line 8 of file gfx_draw.c.
Definition at line 37 of file gfx_draw.c.
|
static |
|
static |
Definition at line 10 of file gfx_draw.c.
|
static |
Definition at line 10 of file gfx_draw.c.