pub unsafe extern "C" fn gaiaReverseDynamicLine(
org: gaiaDynamicLinePtr,
) -> gaiaDynamicLinePtrExpand description
Duplicates and reverts a dynamically growing line/ring object
\param org pointer to dynamically growing line/ring object [origin].
\return the pointer to newly created dynamic growing line/ring object: NULL on failure.
\note the newly created object is an exact copy of the origina one, except in that direction is reverted. \n i.e. first inpunt point becomes last output point, and last input point becomes first output point.