Project

General

Profile

« Previous | Next » 

Revision 9f1f377d

Added by Leszek Koltunski about 4 years ago

Progress with object Movement.

View differences:

src/main/java/org/distorted/object/RubikPyraminxMovement.java
51 51
    }
52 52

  
53 53
///////////////////////////////////////////////////////////////////////////////////////////////////
54
// TODO
55 54

  
56 55
  boolean isInsideFace(float[] p)
57 56
    {
......
65 64
///////////////////////////////////////////////////////////////////////////////////////////////////
66 65
// TODO
67 66

  
68
  float fillUpRotationVectAndOffset(float[] v, int[] possible)
67
  float fillUpRotationVectAndOffset(float[] v, float[] touch, int[] possible)
69 68
    {
70 69
    //mRotationVect = isVertical(v[possible[0]],v[possible[1]]) ? possible[0] : possible[1];
71 70
    //return mTouch[mRotationVect]+0.5f;

Also available in: Unified diff