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/Static3D.java
61 61
    z = vz;
62 62
    }
63 63

  
64
///////////////////////////////////////////////////////////////////////////////////////////////////
65
/**
66
 * Copy a Static3D.
67
 */
68
  public void set(Static3D s)
69
    {
70
    x = s.x;
71
    y = s.y;
72
    z = s.z;
73
    }
74

  
64 75
///////////////////////////////////////////////////////////////////////////////////////////////////
65 76
/**
66 77
 * Resets the value of the first float.

Also available in: Unified diff