|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
Representation of a shape. More...
#include <shape.h>

Data Fields | |
| unsigned short | num_points |
| point ** | points |
Representation of a shape.
A shape defined by multiple points.
| unsigned short shape::num_points |
Definition at line 28 of file shape.h.
Referenced by _fb_draw_shape(), shape_create(), shape_destroy_shape(), and shape_duplicate_shape().
| point** shape::points |
Definition at line 29 of file shape.h.
Referenced by _fb_draw_shape(), CHDestroyClockHandShape(), fb_draw_shape(), shape_create(), shape_destroy_shape(), and shape_duplicate_shape().