Loading icosahedron/icosahedron.go +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ func Subdivide(icoIn *Icosahedron) (*Icosahedron, error) { im := -1 match := false for vj, vo := range vso { if (vn.X() == vo.X()) && (vn.Y() == vo.Y()) && (vn.Z() == vo.Z()) { if vn.ApproxEqual(vo) { // found a match im = vj match = true Loading Loading
icosahedron/icosahedron.go +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ func Subdivide(icoIn *Icosahedron) (*Icosahedron, error) { im := -1 match := false for vj, vo := range vso { if (vn.X() == vo.X()) && (vn.Y() == vo.Y()) && (vn.Z() == vo.Z()) { if vn.ApproxEqual(vo) { // found a match im = vj match = true Loading