From 233bdf314560b0eb5cd60bdb8c2a6d36b8c0e39f Mon Sep 17 00:00:00 2001 From: zhao Date: Thu, 12 Jan 2023 00:04:32 -0500 Subject: [PATCH] add some prep files --- helper/halfspace.scad | 2 ++ helper/math.scad | 2 +- helper/rotation.scad | 3 +++ rack/derivedConfig.scad | 4 ++++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 helper/halfspace.scad create mode 100644 helper/rotation.scad create mode 100644 rack/derivedConfig.scad diff --git a/helper/halfspace.scad b/helper/halfspace.scad new file mode 100644 index 0000000..4553fe5 --- /dev/null +++ b/helper/halfspace.scad @@ -0,0 +1,2 @@ +// TODO +// probably want to get rotations first \ No newline at end of file diff --git a/helper/math.scad b/helper/math.scad index 2abbf42..9c13773 100644 --- a/helper/math.scad +++ b/helper/math.scad @@ -1,4 +1,4 @@ - +// TODO remove/rename this file /* Example usage: for (i=mirror4XY(midpoint=[0,0,0], offsetX=90, offsetY=90)) { translate(v=i) diff --git a/helper/rotation.scad b/helper/rotation.scad new file mode 100644 index 0000000..91a6e70 --- /dev/null +++ b/helper/rotation.scad @@ -0,0 +1,3 @@ +// TODO + +// eg transformation to rotate vector a to vector b, etc \ No newline at end of file diff --git a/rack/derivedConfig.scad b/rack/derivedConfig.scad new file mode 100644 index 0000000..b63f6ef --- /dev/null +++ b/rack/derivedConfig.scad @@ -0,0 +1,4 @@ +// Config file for derived variables. These variables are calculated from profile variables and are used by +// multiple components. + +// TODO \ No newline at end of file