Skip to content

B2d_shape_clear_points

hugh greene edited this page Jun 20, 2022 · 1 revision

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

Clone this wiki locally