Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 80 of file sampleCompBot.cc.
Referenced by sampleBotRightWithGridLine(), and sampleCompBot().
{ Int i; assert(rightCorner <= rightEnd); for(i=rightCorner; i<= rightEnd; i++) if(rightChain->getVertex(i)[0] <= u) break; ret_index_pass = i; if(ret_index_pass <= rightEnd) { for(i=ret_index_pass; i< rightEnd; i++) { if(rightChain->getVertex(i+1)[0] >= rightChain->getVertex(i)[0]) break; } ret_index_mono = i; } }