correct wallCorner's comment.

This commit is contained in:
Octopus Octopus 2022-07-03 14:34:46 -05:00
parent b77c162ed4
commit 022c588452
1 changed files with 1 additions and 1 deletions

View File

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