Added licensing stuff.

This commit is contained in:
traverseda 2013-02-16 13:36:56 -04:00
parent bdee716f59
commit 3671d2139a
2 changed files with 5 additions and 1 deletions

View File

@ -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) {
polyhedron ( points = [[0,0,0],

View File

@ -1,3 +1,5 @@
//Copyright (C) 2013 Alex Davies
//License: LGPL 2.1 or later
use <libtriangles.scad>;
//all of these follow the (X,Y,Z) syntax