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/Static4D.java
65 65
    w = vw;
66 66
    }
67 67

  
68
///////////////////////////////////////////////////////////////////////////////////////////////////
69
/**
70
 * Copy a Static4D.
71
 */
72
  public void set(Static4D s)
73
    {
74
    x = s.x;
75
    y = s.y;
76
    z = s.z;
77
    w = s.w;
78
    }
79

  
68 80
///////////////////////////////////////////////////////////////////////////////////////////////////
69 81
/**
70 82
 * Resets the value of the first float.

Also available in: Unified diff