Function raylib::ffi::DrawCircleSector[][src]

pub unsafe extern "C" fn DrawCircleSector(
    center: Vector2,
    radius: f32,
    startAngle: f32,
    endAngle: f32,
    segments: i32,
    color: Color
)