add some prep files

This commit is contained in:
zhao
2023-01-12 00:04:32 -05:00
parent 17c2dd156f
commit 233bdf3145
4 changed files with 10 additions and 1 deletions

2
helper/halfspace.scad Normal file
View File

@ -0,0 +1,2 @@
// TODO
// probably want to get rotations first

View File

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

3
helper/rotation.scad Normal file
View File

@ -0,0 +1,3 @@
// TODO
// eg transformation to rotate vector a to vector b, etc