pub unsafe extern "C" fn gaiaDynamicLineDeletePoint(
p: gaiaDynamicLinePtr,
pt: gaiaPointPtr,
)Expand description
Removes a given Point from a dynamically growing line/ring object
\param p pointer to dynamically growing line/ring object. \param pt pointer to given Point.
\note the given Point (referenced by its address) will be removed from the dynamically growin line/ring object. \n the given Point will be then implicitly destroyed.