This commit is contained in:
zhao
2023-08-17 23:44:23 -04:00
parent 122b45aef4
commit 63af3ac058
13 changed files with 53 additions and 887 deletions

View File

@ -1,10 +0,0 @@
// Spatial transformations between various parts' local spaces
include <./connectors.scad>
function transform(from, to) =
(from == "yBar" && to == "xBar")
? identity
: (from == "xBar" && to == "yBar")
? identity
: identity;