Skip to content
Snippets Groups Projects
Commit 3671d213 authored by traverseda's avatar traverseda
Browse files

Added licensing stuff.

parent bdee716f
Branches
No related merge requests found
//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],
......
//Copyright (C) 2013 Alex Davies
//License: LGPL 2.1 or later
use <libtriangles.scad>;
//all of these follow the (X,Y,Z) syntax
......
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