Home
last modified time | relevance | path

Searched refs:subdiamondLoc3D (Results 1 – 3 of 3) sorted by relevance

/dports/games/xdino/xdino/
H A DDino3d.c573 subdiamondLoc3D[face][orient].x; in ResizePolyhedrons()
599 subdiamondLoc3D[face][orient].x; in ResizePolyhedrons()
601 subdiamondLoc3D[face][orient].y; in ResizePolyhedrons()
623 subdiamondLoc3D[face][2].x; in ResizePolyhedrons()
626 subdiamondLoc3D[face][2].y; in ResizePolyhedrons()
629 subdiamondLoc3D[face][2].x; in ResizePolyhedrons()
632 subdiamondLoc3D[face][2].y; in ResizePolyhedrons()
635 subdiamondLoc3D[face][2].x; in ResizePolyhedrons()
638 subdiamondLoc3D[face][2].y; in ResizePolyhedrons()
641 subdiamondLoc3D[face][1].x; in ResizePolyhedrons()
[all …]
/dports/games/xskewb/xskewb/
H A DSkewb3d.c393 XPoint subdiamondLoc3D[MAXFACES][MAXORIENT]; in ResizePolyhedrons() local
593 subdiamondLoc3D[face][orient].x = (subcubeLoc3D[face][orient].x + in ResizePolyhedrons()
595 subdiamondLoc3D[face][orient].y = (subcubeLoc3D[face][orient].y + in ResizePolyhedrons()
620 subdiamondLoc3D[face][orient].x = (subcubeLoc3D[face][MAXORIENT - 1].x - in ResizePolyhedrons()
622 subdiamondLoc3D[face][orient].y = (subcubeLoc3D[face][MAXORIENT - 1].y - in ResizePolyhedrons()
659 subdiamondLoc3D[face][orient].x; in ResizePolyhedrons()
662 subdiamondLoc3D[face][orient].y; in ResizePolyhedrons()
/dports/games/xrubik/xrubik/
H A DRubik3d.c419 XPoint subdiamondLoc3D[MAXFACES][MAXORIENT]; in ResizePolyhedrons() local
626 subdiamondLoc3D[face][orient].x = (subcubeLoc3D[face][orient].x + in ResizePolyhedrons()
628 subdiamondLoc3D[face][orient].y = (subcubeLoc3D[face][orient].y + in ResizePolyhedrons()
636 subdiamondLoc3D[face][orient].x = (subcubeLoc3D[face][MAXORIENT - 1].x - in ResizePolyhedrons()
638 subdiamondLoc3D[face][orient].y = (subcubeLoc3D[face][MAXORIENT - 1].y - in ResizePolyhedrons()
656 orient3DList[face][side][1].x + subdiamondLoc3D[face][orient].x; in ResizePolyhedrons()
658 orient3DList[face][side][1].y + subdiamondLoc3D[face][orient].y; in ResizePolyhedrons()