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/Static5D.java
69 69
    v = vv;
70 70
    }
71 71

  
72
///////////////////////////////////////////////////////////////////////////////////////////////////
73
/**
74
 * Copy a Static5D.
75
 */
76
  public void set(Static5D s)
77
    {
78
    x = s.x;
79
    y = s.y;
80
    z = s.z;
81
    w = s.w;
82
    v = s.v;
83
    }
84

  
72 85
///////////////////////////////////////////////////////////////////////////////////////////////////
73 86
/**
74 87
 * Resets the value of the first float.

Also available in: Unified diff