Home
last modified time | relevance | path

Searched refs:slideNextRowP3 (Results 1 – 2 of 2) sorted by relevance

/dports/games/xpyraminx/xpyraminx/
H A DPyraminx.c305 static RowNextP3 slideNextRowP3[MAXSIDES][MAXORIENT] = variable
1354 newView = (slideNextRowP3[faceOnView][direction].viewChanged) in MovePolyhedrons()
1356 newFace = !slideNextRowP3[faceOnView][direction].face; in MovePolyhedrons()
1357 newDirection = slideNextRowP3[faceOnView][direction].direction; in MovePolyhedrons()
1358 reverse = slideNextRowP3[faceOnView][direction].reverse; in MovePolyhedrons()
/dports/games/xoct/xoct/
H A DOct.c384 static RowNextP3 slideNextRowP3[MAXSIDES][COORD] = variable
1521 if (slideNextRowP3[side][direction].viewChanged) { in MovePolyhedrons()
1525 oldSide = slideNextRowP3[side][direction].face; in MovePolyhedrons()
1526 direction = slideNextRowP3[side][direction].direction; in MovePolyhedrons()