correct wallCorner's comment.
This commit is contained in:
parent
b77c162ed4
commit
022c588452
|
@ -96,7 +96,7 @@ func screwHoles() sdf.SDF2 {
|
|||
return sdf.Union2D(holes...)
|
||||
}
|
||||
|
||||
// wallCorner returns the wall but split into one corner of the wall, specifically the top right corner.
|
||||
// wallCorner returns one corner of the wall.
|
||||
func wallCorner() sdf.SDF2 {
|
||||
segmentPlane := wallsPlane()
|
||||
segmentPlane = split2DPlane(segmentPlane)[0]
|
||||
|
|
Loading…
Reference in New Issue