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/TwistyDiamond.java
164 164

  
165 165
///////////////////////////////////////////////////////////////////////////////////////////////////
166 166

  
167
  protected float[][] getCuts(int[] numLayers)
167
  public float[][] getCuts(int[] numLayers)
168 168
    {
169 169
    int numL = numLayers[0];
170 170
    if( numL<2 ) return null;

Also available in: Unified diff