pub unsafe extern "C" fn ptarray_remove_point(
pa: *mut POINTARRAY,
where_: u32,
) -> c_intExpand description
Remove a point from an existing #POINTARRAY. Zero is the index of the start of the array.
pub unsafe extern "C" fn ptarray_remove_point(
pa: *mut POINTARRAY,
where_: u32,
) -> c_intRemove a point from an existing #POINTARRAY. Zero is the index of the start of the array.