Project

General

Profile

« Previous | Next » 

Revision 7b832206

Added by Leszek Koltunski over 2 years ago

Progress with serializing object to JSON: cubits.
Only faceColorMap remains now.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyRedi.java
121 121

  
122 122
///////////////////////////////////////////////////////////////////////////////////////////////////
123 123

  
124
  protected int[] getSolvedQuats(int cubit, int[] numLayers)
124
  public int[] getSolvedQuats(int cubit, int[] numLayers)
125 125
    {
126 126
    if( mQuats==null ) initializeQuats();
127 127
    int status = retCubitSolvedStatus(cubit,numLayers);
......
221 221

  
222 222
///////////////////////////////////////////////////////////////////////////////////////////////////
223 223

  
224
  protected float[][] getCubitPositions(int[] numLayers)
224
  public float[][] getCubitPositions(int[] numLayers)
225 225
    {
226 226
    if( mCenters==null )
227 227
      {
......
333 333

  
334 334
///////////////////////////////////////////////////////////////////////////////////////////////////
335 335

  
336
  protected Static4D getQuat(int cubit, int[] numLayers)
336
  public Static4D getQuat(int cubit, int[] numLayers)
337 337
    {
338 338
    if( mQuats==null ) initializeQuats();
339 339

  

Also available in: Unified diff