Skip to content
Snippets Groups Projects
Commit 0356f2f2 authored by traverseda's avatar traverseda
Browse files

Removed test_libtriangles. I was under the mistaken impression is provided a...

Removed test_libtriangles. I was under the mistaken impression is provided a set of examples, so you could see at a glance the result of the code. This doesn't really need a test function.
parent 3671d213
Branches
No related merge requests found
//Copyright (C) 2013 Alex Davies
//License: LGPL 2.1 or later
use <libtriangles.scad>;
//all of these follow the (X,Y,Z) syntax
translate(v = [0, 0, 0])eqlpyramid(10,20,30);
translate(v = [20, 0, 0]) rightpyramid(10,20,30);
translate(v = [40, 0, 0]) cornerpyramid(10,20,30);
translate(v = [60, 0, 0]) rightprism(10,20,30);
translate(v = [80, 0, 0]) eqlprism(10,20,30);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment