EE445M RTOS
Taken at the University of Texas Spring 2015
|
Go to the source code of this file.
Functions | |
point * | shape_create_point (ushort x, ushort y, shade_t shade) |
shape * | shape_create_triangle (point *p0, point *p1, point *p2) |
shape * | shape_create_quad (point *top_left_corner, uchar width, uchar height) |
shape * | shape_create (ushort num_points,...) |
void | shape_destroy_shape (shape *sh) |
circle * | shape_create_circle (ushort radius, point *center) |
shape * | shape_duplicate_shape (shape *s) |