Move main to allow for new executables
This commit is contained in:
@@ -50,7 +50,7 @@ diagonalLinesRect pa pb w d ang = zip lhsPoints $ map findDiPoint lhsPoints
|
||||
|
||||
highPipe :: Float -> Point2 -> Point2 -> [Polyhedra]
|
||||
highPipe h x@(V2 xx xy) y =
|
||||
[ Polyhedron . map (map ( (,orange) . (+.+.+ (V3 xx xy h))))
|
||||
[ Polyhedron . map (map ( (,orange) . (+.+.+ V3 xx xy h)))
|
||||
$ boxABC (V3 a b 0) (V3 a' b' 0) (V3 0 0 5)
|
||||
]
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user