Q3Polygon_EmptyData
You can use theQ3Polygon_EmptyDatafunction to release the memory occupied by the data structure returned by a previous call toQ3Polygon_GetData.
TQ3Status Q3Polygon_EmptyData (TQ3PolygonData *polygonData);
polygonData- A pointer to a
TQ3PolygonDatastructure.DESCRIPTION
TheQ3Polygon_EmptyDatafunction releases the memory occupied by theTQ3PolygonDatastructure pointed to by thepolygonDataparameter; that memory was allocated by a previous call toQ3Polygon_GetData.