FreeBASIC  0.91.0
gfx_draw.c File Reference
#include "fb_gfx.h"
#include <math.h>
#include <ctype.h>
Include dependency graph for gfx_draw.c:

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
 

Macro Definition Documentation

#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.

Function Documentation

FBCALL void fb_GfxDraw ( void *  target,
FBSTRING command 
)

Definition at line 37 of file gfx_draw.c.

Here is the call graph for this function:

Here is the caller graph for this function:

static intptr_t parse_number ( char **  str)
static

Definition at line 12 of file gfx_draw.c.

Here is the caller graph for this function:

Variable Documentation

float base_angle = 0.0
static

Definition at line 10 of file gfx_draw.c.

float base_scale = 1.0
static

Definition at line 10 of file gfx_draw.c.