macro_rules! impl_booleanop_polygon {
    ($coord:ty, $edge_intersection:ident) => { ... };
}
Expand description

Implement the BooleanOp trait for Polygon<...>.