INNER CODE UNIT · C
side2
clover-moe/spearmint · code/botlib/be_aas_cluster.c:569
side2 = face2->frontarea != areanums[j];
//check if the face isn't a shared one with one of the other areas
for (s = 0; s < numareas; s++)
{
if (s == j) continue;
if (face2->frontarea == s || face2->backarea == s) break;
} //end for
//if the face was a shared one
if (s != numareas) continue;
//
if (AAS_NonConvexFaces(face1, face2, side1, side2)) return qfalse;
} //end for
} //end for
} //end for
} //end for
return qtrue;
} //end of the function AAS_CanMergeAreas
//===========================================================================