Project

General

Profile

« Previous | Next » 

Revision 473611ee

Added by Leszek Koltunski about 4 years ago

Progress with the 3x3x3 Solver.

View differences:

src/main/java/org/distorted/objects/RubikObjectMovement.java
283 283

  
284 284
    return new Static2D(rotIndex,offset);
285 285
    }
286

  
287
///////////////////////////////////////////////////////////////////////////////////////////////////
288

  
289
  public int getTouchedFace()
290
    {
291
    return mLastTouchedAxis*mNumFacesPerAxis + mLastTouchedLR;
292
    }
293

  
294
///////////////////////////////////////////////////////////////////////////////////////////////////
295
// TODO
296

  
297
  public int getTouchedCubit()
298
    {
299
    return 0;
300
    }
286 301
  }

Also available in: Unified diff