pub fn polygon(points: impl IntoIterator<Item = (f64, f64)>) -> ShapePieceExpand description
A polygon of unit points of the frame: polygon([(0.5, 0.0), (1.0, 1.0), (0.0, 1.0)]).
pub fn polygon(points: impl IntoIterator<Item = (f64, f64)>) -> ShapePieceA polygon of unit points of the frame: polygon([(0.5, 0.0), (1.0, 1.0), (0.0, 1.0)]).