Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 405 of file directedLine.cc.
Referenced by DBG_is_U_monotone(), findDiagonal_singleCuspX(), is_u_maximal(), is_u_minimal(), isCuspX(), monoTriangulationOpt(), monoTriangulationRecGenOpt(), and sampleMonoPoly().
{ if(A[0] < B[0]) return -1; if(A[0] == B[0] && A[1] < B[1]) return -1; if(A[0] == B[0] && A[1] == B[1]) return 0; return 1; }