Project

General

Profile

« Previous | Next » 

Revision d38f1397

Added by Leszek Koltunski over 3 years ago

Progress with Megaminx.

View differences:

src/main/java/org/distorted/objects/TwistyMinx.java
192 192
           {  6, 2, 3 },
193 193
         };
194 194

  
195
  static final int[] QUAT_INDICES = {0,2,3,1,40,31,41,30,39,35,36,34,56,32,43,21,48,28,42,23};
195
  static final int[] QUAT_CORNER_INDICES
196
    = {
197
         0,  2,  3,  1, 40, 31, 41, 30, 39, 35,
198
        36, 34, 56, 32, 43, 21, 48, 28, 42, 23
199
      };
200

  
201
  static final int[] QUAT_EDGE_INDICES
202
    = {
203
         0, 56, 40, 43, 59, 35, 34, 42,  3, 25,
204
        49, 27, 36, 39, 51, 53, 32, 20, 47, 10,
205
        17, 37, 30,  5, 28, 33, 45, 14, 44, 38
206
      };
196 207

  
197 208
///////////////////////////////////////////////////////////////////////////////////////////////////
198 209

  

Also available in: Unified diff