Data Structures Lerax 1.0.0
Essential Data Structures for C language
Loading...
Searching...
No Matches
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

◆ center

Point* Circle::center

the center point of circle

◆ radius

float Circle::radius

the radius size of the circle


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