Added constants.scad to house all mathematical contants, and added deg(angle) to math.scad
This commit is contained in:
parent
e32971d3cf
commit
fd06f8e648
6
constants.scad
Normal file
6
constants.scad
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
TAU = 6.2831853071; //2*PI, see http://tauday.com/
|
||||||
|
PI = TAU/2;
|
||||||
|
|
||||||
|
// translates a imperial measurement in inches to meters
|
||||||
|
mm_per_inch = 25.4;
|
||||||
|
|
Loading…
Reference in a new issue