Skip to content
Snippets Groups Projects
Commit 761264ac authored by Marcos Viera's avatar Marcos Viera
Browse files

v 0.6

parent 24bb2a0a
Branches
Tags
No related merge requests found
...@@ -257,14 +257,14 @@ plotFig3D (Cylinder r0 r1 h, (x,y,z),r,c,_) = plotFig' ("\"cylinder\", \"r0\":"+ ...@@ -257,14 +257,14 @@ plotFig3D (Cylinder r0 r1 h, (x,y,z),r,c,_) = plotFig' ("\"cylinder\", \"r0\":"+
", \"y\":"++show y++ ", \"y\":"++show y++
", \"z\":"++show z) ", \"z\":"++show z)
c r c r
plotFig3D (Cube w h l, (x,y,z),r,c,_) = plotFig' ("\"cylinder\", \"w\":"++show w ++ plotFig3D (Cube w h l, (x,y,z),r,c,_) = plotFig' ("\"cube\", \"w\":"++show w ++
", \"h\":"++show h ++ ", \"h\":"++show h ++
", \"l\":"++show l ++ ", \"l\":"++show l ++
", \"x\":"++show x++ ", \"x\":"++show x++
", \"y\":"++show y++ ", \"y\":"++show y++
", \"z\":"++show z) ", \"z\":"++show z)
c r c r
plotFig3D (Ring w h rd, (x,y,z),r,c,_) = plotFig' ("\"cylinder\", \"w\":"++show w ++ plotFig3D (Ring w h rd, (x,y,z),r,c,_) = plotFig' ("\"ring\", \"w\":"++show w ++
", \"h\":"++show h ++ ", \"h\":"++show h ++
", \"r\":"++show rd ++ ", \"r\":"++show rd ++
", \"x\":"++show x++ ", \"x\":"++show x++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment