Added licensing stuff.
This commit is contained in:
parent
bdee716f59
commit
3671d2139a
|
@ -1,4 +1,6 @@
|
||||||
//todo, make library work with negative lengths by adding triangles to the inside of every surface. basicaly copy and paste the current triangles set and reverse the first and last digit of every triangle. In 4 character traingles switcht the middle ones around as well.
|
//Copyright (C) 2013 Alex Davies
|
||||||
|
//License: LGPL 2.1 or later
|
||||||
|
//todo, make library work with negative lengths by adding triangles to the inside of every surface. basicaly copy and paste the current triangles set and reverse the first and last digit of every triangle. In 4 character traingles switcht the middle ones around as well. Not sure if that' actually useful though.
|
||||||
|
|
||||||
module rightpyramid(rightpyramidx, rightpyramidy, rightpyramidz) {
|
module rightpyramid(rightpyramidx, rightpyramidy, rightpyramidz) {
|
||||||
polyhedron ( points = [[0,0,0],
|
polyhedron ( points = [[0,0,0],
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
//Copyright (C) 2013 Alex Davies
|
||||||
|
//License: LGPL 2.1 or later
|
||||||
use <libtriangles.scad>;
|
use <libtriangles.scad>;
|
||||||
|
|
||||||
//all of these follow the (X,Y,Z) syntax
|
//all of these follow the (X,Y,Z) syntax
|
||||||
|
|
Loading…
Reference in a new issue