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_transform [2020/12/01 00:50]
JSCAD Editor
en:design_guide_transform [2020/12/08 06:53] (current)
JSCAD Editor
Line 13: Line 13:
  
 // and apply the transform // and apply the transform
-let myshape = transform(matrix, cube())+const myshape = transform(matrix, cube())
 </code> </code>