This website requires JavaScript.
Explore
Help
Sign In
kaan
/
MCAD-Library
Watch
1
Star
0
Fork
You've already forked MCAD-Library
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
913733d22b
MCAD-Library
/
math.scad
7 lines
80 B
OpenSCAD
Raw
Normal View
History
Unescape
Escape
Clarified the licenses in use in this library, has GPL2 and GPL3 which are incompatible
2010-07-25 11:39:52 -05:00
// MIT license
Added constants.scad to house all mathematical contants, and added deg(angle) to math.scad
2010-07-25 09:31:35 -05:00
include
<
constants.scad
>
function
deg
(
angle
)
=
360
*
angle
/
TAU
;
more
2010-06-11 14:22:57 -05:00
Reference in a new issue
Copy permalink