The 3D geometric mesh of a perforated stone, and the experimental artifacts of the study. From a group exhibition at Beit Binyamini 'XYZT- Material investigations'. Disclaimer: AAAS and EurekAlert!
A rich set of functions and operators is available to perform various geometric operations such as scaling, translation, rotation, and determining intersections. They are explained in Section 9.11.
Add a description, image, and links to the geometric-computing topic page so that developers can more easily learn about it.
Concatenates two open paths (returns NULL if either path is closed). path '[(0,0),(1,1)]' + path '[(2,2),(3,3),(4,4)]' → [(0,0),(1,1),(2,2),(3,3),(4,4)] ...