Q3Triangle_EmptyData
You can use the Q3Triangle_EmptyData function to release the memory occupied by the data structure returned by a previous call to Q3Triangle_GetData.
TQ3Status Q3Triangle_EmptyData (TQ3TriangleData *triangleData);
triangleData
- A pointer to a
TQ3TriangleData structure.
DESCRIPTION
The Q3Triangle_EmptyData function releases the memory occupied by the TQ3TriangleData structure pointed to by the triangleData parameter; that memory was allocated by a previous call to Q3Triangle_GetData.