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/Movement8.java
85 85

  
86 86
///////////////////////////////////////////////////////////////////////////////////////////////////
87 87

  
88
  public float returnRotationFactor(int numLayers, int row)
88
  public float returnRotationFactor(int[] numLayers, int row)
89 89
    {
90 90
    return 1.0f;
91 91
    }

Also available in: Unified diff