Add some girders
This commit is contained in:
@@ -52,5 +52,5 @@ verticalPipe w col (xx,xy) za zb = pictures $ map (poly3D . f) ps
|
||||
g (a,b,_) = (a,b,zb)
|
||||
f' a = (a,col)
|
||||
|
||||
thickLinePlane :: Float -> Point3 -> Point3 -> Point3 -> [Point3]
|
||||
thickLinePlane = undefined
|
||||
expandLine :: Point3 -> Point3 -> Point3 -> [Point3]
|
||||
expandLine v x y = [x -.-.- v, y -.-.- v, y +.+.+ v, x +.+.+ v]
|
||||
|
||||
Reference in New Issue
Block a user