Plotter (SDL) More...
#include <stdbool.h>

Go to the source code of this file.
| Functions | |
| void | plotter_clear (void) | 
| bool | plotter_initialize (int data_size) | 
| bool | plotter_is_quit (void) | 
| void | plotter_plot (float x, float y) | 
| void | plotter_set_color (unsigned char r, unsigned g, unsigned b) | 
| void | plotter_swap (void) | 
| void | plotter_terminate (void) | 
Plotter (SDL)
Definition in file plotter_sdl.h.
| void plotter_clear | ( | void | ) | 
Definition at line 199 of file plotter_sdl.c.
| bool plotter_initialize | ( | int | data_size | ) | 
Definition at line 158 of file plotter_sdl.c.
| bool plotter_is_quit | ( | void | ) | 
Definition at line 236 of file plotter_sdl.c.
| void plotter_plot | ( | float | x, | 
| float | y | ||
| ) | 
Definition at line 224 of file plotter_sdl.c.
| void plotter_set_color | ( | unsigned char | r, | 
| unsigned | g, | ||
| unsigned | b | ||
| ) | 
Definition at line 215 of file plotter_sdl.c.
| void plotter_swap | ( | void | ) | 
Definition at line 206 of file plotter_sdl.c.
| void plotter_terminate | ( | void | ) | 
Definition at line 193 of file plotter_sdl.c.