ptarray_construct_empty

Function ptarray_construct_empty 

Source
pub unsafe extern "C" fn ptarray_construct_empty(
    hasz: c_char,
    hasm: c_char,
    maxpoints: u32,
) -> *mut POINTARRAY
Expand description

Create a new #POINTARRAY with no points. Allocate enough storage to hold maxpoints vertices before having to reallocate the storage area.