Project

General

Profile

« Previous | Next » 

Revision a57e6870

Added by Leszek Koltunski over 2 years ago

make numLayers into an int[] (preparation for Cuboids)
Caution: because of previous changes to cubit order in cube, the Solver is broken!

View differences:

src/main/java/org/distorted/objectlib/main/Movement12.java
61 61

  
62 62
///////////////////////////////////////////////////////////////////////////////////////////////////
63 63

  
64
  public float returnRotationFactor(int numLayers, int row)
64
  public float returnRotationFactor(int[] numLayers, int row)
65 65
    {
66 66
    return 1.0f;
67 67
    }

Also available in: Unified diff