fn write_polygon<W: Write, T: PrimInt + Display>(
    w: &mut W,
    p: &SimpleRPolygon<T>
) -> Result<(), DEFWriterError>
Expand description

Write the point of a polygon in the DEF format: ( x1 y1 ) ( x2 y2 ) …