[][src]Function spatialite_sys::gaiaDynamicLineSplitAfter

pub unsafe extern "C" fn gaiaDynamicLineSplitAfter(
    org: gaiaDynamicLinePtr,
    point: gaiaPointPtr
) -> gaiaDynamicLinePtr

Cuts a dynamically growing line/ring in two halves, using a given cut point

\param org pointer to the input object [the line to be split]. \param point pointer to given cut point.

\return the pointer to newly created dynamic growing line/ring object: NULL on failure.

\sa gaiaDynamicLineSplitBefore

\note the newly created object will contain a line going from the orginal first point to the cut point [included]. \n on completion the orginal line will be reduced, going from the cut point [excluded] to the original last point.