Function rust_raylib::ffi::DrawCircleSector
source · pub unsafe extern "C" fn DrawCircleSector(
center: Vector2,
radius: c_float,
startAngle: c_float,
endAngle: c_float,
segments: c_int,
color: Color
)Expand description
Draw a piece of a circle