EE445M RTOS
Taken at the University of Texas Spring 2015
|
Representation of a circle. More...
#include <shape.h>
Data Fields | |
point * | center |
ushort | radius |
Representation of a circle.
A circle defined by a center and a radius.
point* circle::center |
Definition at line 40 of file shape.h.
Referenced by fb_draw_circle(), and shape_create_circle().
ushort circle::radius |
Definition at line 41 of file shape.h.
Referenced by fb_draw_circle(), and shape_create_circle().