Project

General

Profile

« Previous | Next » 

Revision 9621255f

Added by Leszek Koltunski about 4 years ago

Progress with the 3x3x3 Solver.

View differences:

src/main/java/org/distorted/objects/RubikObjectMovement.java
292 292
    }
293 293

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

  
297
  public int getTouchedCubit()
296
  public float[] getTouchedPoint3D()
298 297
    {
299
    return 0;
298
    return mTouch;
300 299
    }
301 300
  }

Also available in: Unified diff