circ_init() function
Initialize the circle drawing
Arguments
c
pointer to a point. The coordinates will be calculated here
tmp
point to a variable. It will store temporary data
radius
radius of the circle
![]()
circ_init(&cp, &tmp, radius * 4);
circ_init() is called by 1 function:
![]()
circ_init()
circ_init() writes 2 variables:
![]()
circ_init()