c1 = cylinder(10, 6)
c2 = cylinder(10, 4).translate((6, 0, 0))
out = intersect(c1, c2)