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.
macro_rules! intersection {
($($child:expr);+;) => { ... };
}Constructive Solid Geometry intersection operation.
Yields the overlapping area of the given shapes.
#params
Scad structs seperated by and ending with a seimicolon.