meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:design_guide_hull [2020/12/05 02:25]
JSCAD Editor
en:design_guide_hull [2020/12/08 06:54] (current)
JSCAD Editor
Line 8: Line 8:
  
 <code javascript> <code javascript>
-let newshape = hull(shape1, shape2, shape3)+const newshape = hull(shape1, shape2, shape3)
 </code> </code>