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

View File

@ -1 +1,5 @@
# case-project # case-project
### TODO
![Banner](resources/banner.png)

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

@ -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

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
resources/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

View File

@ -1,2 +0,0 @@