Project

General

Profile

« Previous | Next » 

Revision f211a191

Added by Leszek Koltunski about 5 years ago

Finish the Rubik app.

View differences:

src/main/java/org/distorted/library/type/Static2D.java
57 57
    y = oy;
58 58
    }
59 59

  
60
///////////////////////////////////////////////////////////////////////////////////////////////////
61
/**
62
 * Copy a Static2D.
63
 */
64
  public void set(Static2D s)
65
    {
66
    x = s.x;
67
    y = s.y;
68
    }
69

  
60 70
///////////////////////////////////////////////////////////////////////////////////////////////////
61 71
/**
62 72
 * Resets the value of the first float.

Also available in: Unified diff