Q3Hit_EmptyData
You can use theQ3Hit_EmptyDatafunction to empty a hit data structure.
TQ3Status Q3Hit_EmptyData (TQ3HitData *hitData);
hitData- A pointer to a hit data structure.
DESCRIPTION
TheQ3Hit_EmptyDatafunction disposes of all QuickDraw 3D-allocated memory occupied by the data in the hit data structure specified by thehitDataparameter. You should callQ3Hit_EmptyDatafor any hit data structures you had filled out byQ3Pick_GetHitData.