add to xBar, also refactor
This commit is contained in:
@ -5,10 +5,7 @@ include <./common.scad>
|
||||
|
||||
module halfspace(vpos, p) {
|
||||
translate(p)
|
||||
align(a=[0,0,1], b=vpos)
|
||||
align(a=[0,0,-1], b=vpos)
|
||||
translate(v=[0,0,-inf/2])
|
||||
cube(size=[inf, inf, inf], center=true);
|
||||
}
|
||||
|
||||
|
||||
halfspace(vpos=[1,1,1], p=[10,10,10]);
|
||||
}
|
||||
Reference in New Issue
Block a user