B2d_shape_circle - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Sets the given shape to a circle with the given radius.
Parameters
Parameter | Description |
---|---|
id | index of the shape |
radius | radius of the circle |
Return Values
void: This function does not return anything.
Example Call
// demonstrates setting a shape to a circle
b2d_shape_circle(myshape, 15);
NOTOC