Function imgui_sys::ImDrawList_PathArcTo [] [src]

pub unsafe extern fn ImDrawList_PathArcTo(
    list: *mut ImDrawList,
    centre: ImVec2,
    radius: c_float,
    a_min: c_float,
    a_max: c_float,
    num_segments: c_int
)