pub unsafe extern "C" fn gaiaCopyLinestringCoordsReverse(
dst: gaiaLinestringPtr,
src: gaiaLinestringPtr,
)Expand description
Copies coordinates between two LINESTRING objects in reverse order
\param dst destination LINESTRING [output] \param src origin LINESTRING [input]
\sa gaiaCopyLinestringCoords
\note both LINESTRING objects must have exactly the same number of points: if dimensions aren’t the same for both objects, then the appropriate conversion will be silently applied.