reorganize old files, and update readme with banner image

This commit is contained in:
zhao
2023-01-08 19:00:04 -05:00
parent 407090507d
commit 43c2aceba5
12 changed files with 6 additions and 11293 deletions
+4
View File
@@ -1 +1,5 @@
# case-project # case-project
### TODO
![Banner](resources/banner.png)
+1 -2
View File
@@ -1,6 +1,5 @@
/* Some initial configurations and commonly used variables /* Some commonly used variables plus functions
plus functions
*/ */
$fn=64; $fn=64;
View File
-2
View File
@@ -1,11 +1,9 @@
// config
length = 100; length = 100;
resolution = 128; resolution = 128;
amplitude = 4.0; amplitude = 4.0;
period = PI; period = PI;
shift = 0.0; shift = 0.0;
// end config
function radToDeg(r) = r * (180 / PI); function radToDeg(r) = r * (180 / PI);
function sinR(r) = sin(radToDeg(r)); function sinR(r) = sin(radToDeg(r));
View File
-11286
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

-2
View File
@@ -1,2 +0,0 @@