B2d_shape_clear_points - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Description
Removes all points from the given shape.
Parameters
Parameter | Description |
---|---|
id | index of the shape |
Return Values
void: This function does not return anything.
Example Call
// demonstrates removing all points from a shape
b2d_shape_clear_points(myshape);
NOTOC