EE445M RTOS
Taken at the University of Texas Spring 2015
shape Struct Reference

Representation of a shape. More...

#include <shape.h>

Collaboration diagram for shape:
Collaboration graph

Data Fields

unsigned short num_points
 
point ** points
 

Detailed Description

Representation of a shape.

A shape defined by multiple points.

Definition at line 26 of file shape.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: