GrAPiC
Graphics for Algo/Prog in C/C++

◆ regular_polygonFill()

void grapic::regular_polygonFill ( int  x,
int  y,
unsigned int  apotheme,
unsigned int  line_number 
)

Draw a filled regular polygon with line_numbers edges centred on (x, y). (Code provided by Bastien DOIGNIES, many thanks)