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/Movement.java
56 56

  
57 57
  abstract int returnPart(int type, int face, float[] touchPoint);
58 58
  abstract boolean isInsideFace(int face, float[] point);
59
  public abstract float returnRotationFactor(int numLayers, int row);
59
  public abstract float returnRotationFactor(int[] numLayers, int row);
60 60

  
61 61
///////////////////////////////////////////////////////////////////////////////////////////////////
62 62

  

Also available in: Unified diff