This is an old revision of the document!
Several shapes can be combined together to form the convex hull, i.e. outside shell. This includes irregular shapes such as combining a circle with a square.
Note: Convex hulls can be viewed as elastic wrapping around several shapes.
EXAMPLE
Learn more about convex hull at Wikipedia.org
var h = hull( square(10),circle(10).translate([10,10,0]) )