Function nanovg_sys::nvgArc[][src]

pub unsafe extern "C" fn nvgArc(
    ctx: *mut NVGcontext,
    cx: c_float,
    cy: c_float,
    r: c_float,
    a0: c_float,
    a1: c_float,
    dir: c_int
)