[][src]Function spatialite_sys::gaiaCopyRingCoordsReverse

pub unsafe extern "C" fn gaiaCopyRingCoordsReverse(
    dst: gaiaRingPtr,
    src: gaiaRingPtr
)

Copies coordinates between two RING objects in reverse order

\param dst destination RING [output] \param src origin RING [input]

\sa gaiaCopyRingCoords

\note both RING 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.