intersection

Macro intersection 

Source
macro_rules! intersection {
    ($($child:expr);+;) => { ... };
}
Expand description

Constructive Solid Geometry intersection operation.

Yields the overlapping area of the given shapes.

#params

Scad structs seperated by and ending with a seimicolon.