~chrysn/openscad/debian-without-submodules

« back to all changes in this revision

Viewing changes to testdata/scad/convex_hull.scad

  • Committer: chrysn
  • Date: 2011-04-27 16:39:05 UTC
  • mfrom: (434.10.37)
  • Revision ID: git-v1:a035992a5302b0823c2afe7a246b361f768e0f43
Merge branch 'master' into debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
hull() {
 
2
        translate([15,10,0])
 
3
        circle(10);
 
4
        circle(10);
 
5
}