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_chain_hull [2020/12/05 02:20]
JSCAD Editor
en:design_guide_chain_hull [2020/12/08 06:54] (current)
JSCAD Editor
Line 6: Line 6:
  
 <code javascript> <code javascript>
-let newshape = hullChain(shape1, shape2, shape3)+const newshape = hullChain(shape1, shape2, shape3)
 </code> </code>