Function DrawPoly

Source
pub unsafe extern "C" fn DrawPoly(
    center: Vector2,
    sides: c_int,
    radius: c_float,
    rotation: c_float,
    color: Color,
)
Expand description

Draw a regular polygon (Vector version)