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

Representation of a circle. More...

#include <shape.h>

Collaboration diagram for circle:
Collaboration graph

Data Fields

pointcenter
 
ushort radius
 

Detailed Description

Representation of a circle.

A circle defined by a center and a radius.

Definition at line 37 of file shape.h.

Field Documentation

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


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