[][src]Function spatialite_sys::gaiaDynamicLineInsertAfter

pub unsafe extern "C" fn gaiaDynamicLineInsertAfter(
    p: gaiaDynamicLinePtr,
    pt: gaiaPointPtr,
    x: f64,
    y: f64
) -> gaiaPointPtr

Appends a new 2D Point [XY] immediately after the given Point into a dynamically growing line/ring object

\param p pointer to the dynamically growing line/ring object. \param pt pointer to the given Point. \param x X coordinate of the Point to be appended \param y Y coordinate of the Point to be appended

\sa gaiaDynamicLiceInsertBefore

\return the pointer to newly created Point