Function gaiaAppendPointToDynamicLine

Source
pub unsafe extern "C" fn gaiaAppendPointToDynamicLine(
    p: gaiaDynamicLinePtr,
    x: f64,
    y: f64,
) -> gaiaPointPtr
Expand description

Appends a new 2D Point [XY] at the end 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

\return the pointer to newly created Point