b2d_shape_clear_points(id)

From ENIGMA
Jump to navigation Jump to search

Description

Removes all points from the given shape.

Parameters

Parameter Data Type Description
id integer 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);