Data Structures UFC  1.0.0
Essential Data Structures for C language
Data Fields
Circle Struct Reference

define a Circle structure Has the fields hidden by struct circle as (Point* center) and (float radius) More...

#include <circle.h>

Data Fields

Pointcenter
 
float radius
 

Detailed Description

define a Circle structure Has the fields hidden by struct circle as (Point* center) and (float radius)

Field Documentation

Point* Circle::center

the center point of circle

float Circle::radius

the radius size of the circle


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