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/Static1D.java
53 53
    x = ox;
54 54
    }
55 55

  
56
///////////////////////////////////////////////////////////////////////////////////////////////////
57
/**
58
 * Copy a Static1D.
59
 */
60
  public void set(Static1D s)
61
    {
62
    x = s.x;
63
    }
64

  
56 65
///////////////////////////////////////////////////////////////////////////////////////////////////
57 66
/**
58 67
 * Resets the value of the first float.

Also available in: Unified diff