Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 123 of file partitionX.cc.
Referenced by monoTriangulationOpt(), monoTriangulationRecGenOpt(), and sampleMonoPoly().
{ directedLine *temp; ret_n_interior_cusps = 0; if(cuspTypeX(polygon) == 1) { ret_interior_cusps[ret_n_interior_cusps++] = polygon; } for(temp = polygon->getNext(); temp != polygon; temp = temp->getNext()) if(cuspTypeX(temp) == 1) { ret_interior_cusps[ret_n_interior_cusps++] = temp; } }