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/objects/TwistyMegaminx.java
95 95

  
96 96
///////////////////////////////////////////////////////////////////////////////////////////////////
97 97

  
98
  protected float[][] getCuts(int[] numLayers)
98
  public float[][] getCuts(int[] numLayers)
99 99
    {
100 100
    return genericGetCuts(numLayers[0],0.5f-MEGA_D);
101 101
    }

Also available in: Unified diff