Function gaiaFreePoint

Source
pub unsafe extern "C" fn gaiaFreePoint(ptr: gaiaPointPtr)
Expand description

Destroys a POINT object

\param ptr pointer to the POINT object to be destroyed

\sa gaiaAllocPoint, gaiaAllocPointXYZ, gaiaAllocPointXYM, gaiaAllocPointXYZM

\note attempting to destroy any POINT object whose ownership has already been transferred to some other (higher order) object is a serious error, and will easily cause severe memory corruption.