Project

General

Profile

« Previous | Next » 

Revision 39e74052

Added by Leszek Koltunski about 4 years ago

Progress with object Movement.

View differences:

src/main/java/org/distorted/object/RubikPyraminx.java
303 303
    {
304 304
    return 3;
305 305
    }
306

  
307
///////////////////////////////////////////////////////////////////////////////////////////////////
308

  
309
  public int returnRowFromOffset(float offset)
310
    {
311
    return (int)(getSize()*offset/(SQ3/2));
312
    }
306 313
}

Also available in: Unified diff