-
Notifications
You must be signed in to change notification settings - Fork 0
B2d_shape_circle
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Sets the given shape to a circle with the given radius.
| Parameter | Description |
|---|---|
| id | index of the shape |
| radius | radius of the circle |
void: This function does not return anything.
// demonstrates setting a shape to a circle
b2d_shape_circle(myshape, 15);
NOTOC
This is number 1