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/Movement6.java
68 68

  
69 69
///////////////////////////////////////////////////////////////////////////////////////////////////
70 70

  
71
  public float returnRotationFactor(int numLayers, int row)
71
  public float returnRotationFactor(int[] numLayers, int row)
72 72
    {
73 73
    return 1.0f;
74 74
    }

Also available in: Unified diff