comparison rot_rules.h @ 43:b91a1859829a

used UIkit sliders
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 19 Apr 2013 18:50:04 +0100
parents 94df2cd72d7b
children
comparison
equal deleted inserted replaced
42:3d627dce8bf0 43:b91a1859829a
15 //const int rotations[] = {1,2,3,4,3,0,3,0,0,1,1,1,1,1,2,2,1,0,1,3,1,0,3,4,0,4,4,0,2,1,0,3}; 15 //const int rotations[] = {1,2,3,4,3,0,3,0,0,1,1,1,1,1,2,2,1,0,1,3,1,0,3,4,0,4,4,0,2,1,0,3};
16 16
17 const int entryVertices5[] = {0,0,0,0,0,5,5,5,3,3,27,10,0,5,29,29,9,9,27,10,18,20,20,5,5,3,3,18,18,20,24,17}; 17 const int entryVertices5[] = {0,0,0,0,0,5,5,5,3,3,27,10,0,5,29,29,9,9,27,10,18,20,20,5,5,3,3,18,18,20,24,17};
18 const int rotations5[] = {2,1,0,4,0,3,0,2,2,3,4,3,0,4,0,2,2,4,4,3,1,3,4,1,1,4,4,1,1,2,3,0}; 18 const int rotations5[] = {2,1,0,4,0,3,0,2,2,3,4,3,0,4,0,2,2,4,4,3,1,3,4,1,1,4,4,1,1,2,3,0};
19 19
20 const int entryVertices4[] = {0,0,0,0,0,9,15,15,12,5,5,6,6,10,9,12}; 20 const int entryVertices4[] = {0,0,0,0,0,12,6,6,0,3,3,6,6,0,9,12};
21 const int rotations4[] = {2,1,3,0,0,2,2,0,3,3,1,1,3,1,0,2}; 21 const int rotations4[] = {2,1,3,0,2,3,2,2,1,3,2,1,1,3,0,2};
22
23 const int entryVertices3[] = {0,0,0,3,3,5,5,6};
24 const int rotations3[] = {1,0,0,2,2,0,0,1};
25
26 const int entryVertices2[] = {0,0,0,3};
27 const int rotations2[] = {0,1,1,0};
28
29 const int entryVertices1[] = {0,0};
30 const int rotations1[] = {0,0};
22 31
23 #endif 32 #endif
24 /*-----------------------------------------------------------------------*/ 33 /*-----------------------------------------------------------------------*/
25 /* End of rot_rules.h */ 34 /* End of rot_rules.h */
26 /*-----------------------------------------------------------------------*/ 35 /*-----------------------------------------------------------------------*/