Searched refs:FindCorn (Results 1 – 2 of 2) sorted by relevance
/dports/math/rubiks/rubiks-20070912/dietz/solver/ |
H A D | cubex.cpp | 1037 while (!(FindCorn(1, 2, 5) == 2 && FindCorn(2, 1, 5) == -3 && in TopCorners() 1038 FindCorn(1, 3, 2) == 2 && FindCorn(3, 1, 2) == -1 && in TopCorners() 1039 FindCorn(1, 4, 3) == 2 && FindCorn(4, 1, 3) == 3 && in TopCorners() 1040 FindCorn(1, 5, 4) == 2 && FindCorn(5, 1, 4) == 1)) { in TopCorners() 1050 f = FindCorn(1, c, c1); f1 = FindCorn(c, 1, c1); f2 = FindCorn(c1, 1, c); in TopCorners() 1392 co[0] = FindCorn(6, 2, 5); in BottomCornersOrient() 1393 co[1] = FindCorn(6, 3, 2); in BottomCornersOrient() 1394 co[2] = FindCorn(6, 4, 3); in BottomCornersOrient() 1395 co[3] = FindCorn(6, 5, 4); in BottomCornersOrient() 1699 FindCorn(1, i + 1, j + 1) == 0 || in SolveCube() [all …]
|
H A D | cubex.h | 85 const int FindCorn(int a, int b, int c);
|