Project

General

Profile

« Previous | Next » 

Revision 4c9ca251

Added by Leszek Koltunski over 2 years ago

Add the getFaceAxis() API and fill up the getDist3D() API.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCuboid.java
34 34
import org.distorted.objectlib.helpers.ObjectShape;
35 35
import org.distorted.objectlib.helpers.ScrambleState;
36 36
import org.distorted.objectlib.main.ShapeHexahedron;
37
import org.distorted.objectlib.touchcontrol.TouchControlHexahedron;
37 38

  
38 39
///////////////////////////////////////////////////////////////////////////////////////////////////
39 40

  
......
612 613
        };
613 614
    }
614 615

  
616
///////////////////////////////////////////////////////////////////////////////////////////////////
617

  
618
  public Static3D[] getFaceAxis()
619
    {
620
    return TouchControlHexahedron.FACE_AXIS;
621
    }
622

  
615 623
///////////////////////////////////////////////////////////////////////////////////////////////////
616 624

  
617 625
  public int getSolvedFunctionIndex()

Also available in: Unified diff