Project

General

Profile

« Previous | Next » 

Revision 7bbfc84f

Added by Leszek Koltunski over 2 years ago

Progress with serializing object to JSON: rotations.

View differences:

src/main/java/org/distorted/objectlib/main/TwistyObject.java
1380 1380
  protected abstract float getScreenRatio();
1381 1381
  protected abstract int getNumFaceColors();
1382 1382
  protected abstract int getColor(int face);
1383
  protected abstract float[][] getCuts(int[] numLayers);
1384 1383
  protected abstract int getNumCubitFaces();
1385 1384
  protected abstract Static4D[] getQuats();
1386 1385
  protected abstract float[][] getCubitPositions(int[] numLayers);
......
1403 1402
  public abstract int[][][] getEnabled();
1404 1403
  public abstract float[] getDist3D(int[] numLayers);
1405 1404
  public abstract ScrambleState[] getScrambleStates();
1405
  public abstract float[][] getCuts(int[] numLayers);
1406 1406

  
1407 1407
  public abstract Static3D[] getRotationAxis();
1408 1408
  public abstract int[] getBasicAngle();

Also available in: Unified diff