macro_rules! impl_booleanop_polygon { ($coord:ty, $edge_intersection:ident) => { ... }; }
Expand description
Implement the BooleanOp trait for Polygon<...>.
macro_rules! impl_booleanop_polygon { ($coord:ty, $edge_intersection:ident) => { ... }; }
Implement the BooleanOp trait for Polygon<...>.