remove comment

This commit is contained in:
Octopus Octopus 2022-07-22 13:41:53 -05:00
parent 2e5e19d63d
commit 8eb6f2cbbd
1 changed files with 0 additions and 5 deletions

View File

@ -71,11 +71,6 @@ func ablzrSwitchHolder() sdf.SDF3 {
return sdf.Union3D(base, pegs) return sdf.Union3D(base, pegs)
} }
/*func triangle(sides float64) (sdf.SDF2, error) {
dimensions := []v2.Vec{{X: -sides / 2, Y: 0}, {X: 0, Y: sides / 2}, {X: sides / 2, Y: 0}}
return sdf.Polygon2D(dimensions)
}*/
func triangle(base, height, trim float64) (sdf.SDF2, error) { func triangle(base, height, trim float64) (sdf.SDF2, error) {
dimensions := []v2.Vec{ dimensions := []v2.Vec{
{X: (-base / 2) - (-trim), Y: (-height / 2)}, {X: (-base / 2) - (-trim), Y: (-height / 2)},