Data Structures UFC
1.0.0
Essential Data Structures for C language
|
define a Circle structure Has the fields hidden by struct circle as (Point* center) and (float radius) More...
#include <circle.h>
Data Fields | |
Point * | center |
float | radius |
define a Circle structure Has the fields hidden by struct circle as (Point* center) and (float radius)
Point* Circle::center |
the center point of circle
float Circle::radius |
the radius size of the circle