Function draw_polygon3
pub fn draw_polygon3(
pos1: Coord<i32>,
pos2: Coord<i32>,
pos3: Coord<i32>,
pos4: Coord<i32>,
)
Available on crate feature
dep_fltk
only.Expand description
Fills a 4-sided polygon. The polygon must be convex