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/RubikCube.java
214 214

  
215 215
///////////////////////////////////////////////////////////////////////////////////////////////////
216 216

  
217
  public int returnRowFromOffset(float offset)
217
  public float returnMultiplier()
218 218
    {
219
    return (int)(getSize()*offset);
219
    return getSize();
220 220
    }
221 221

  
222 222
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff