[][src]Function spatialite_sys::gaiaPrependPointZMToDynamicLine

pub unsafe extern "C" fn gaiaPrependPointZMToDynamicLine(
    p: gaiaDynamicLinePtr,
    x: f64,
    y: f64,
    z: f64,
    m: f64
) -> gaiaPointPtr

Appends a new 3D Point [XYZM] before the first one of a dynamically growing line/ring object

\param p pointer to the dynamically growing line/ring object. \param x X coordinate of the Point \param y Y coordinate of the Point \param z Z coordinate of the Point \param m M measure of the Point

\return the pointer to newly created Point