Function gaiaAllocDynamicLine

Source
pub unsafe extern "C" fn gaiaAllocDynamicLine() -> gaiaDynamicLinePtr
Expand description

Creates a new dynamicly growing line/ring object

\return the pointer to newly created object

\sa gaiaCreateDynamicLine, gaiaFreeDynamicLine

\note you are responsible to destroy (before or after) any allocated dynamically growing line/ring object.