Project

General

Profile

« Previous | Next » 

Revision 8df64ab9

Added by Leszek Koltunski over 7 years ago

Flag app finished

View differences:

src/main/java/org/distorted/library/type/Static4D.java
94 94
    w = vw;
95 95
    }
96 96

  
97
///////////////////////////////////////////////////////////////////////////////////////////////////
98
/**
99
 * Resets the value of the fourth float.
100
 *
101
 * @param ow new value of the fourth float.
102
 */
103
  public void set4(int ow)
104
    {
105
    w = ow;
106
    }
107

  
108
///////////////////////////////////////////////////////////////////////////////////////////////////
109
/**
110
 * Resets the value of the fourth float.
111
 *
112
 * @param ow new value of the fourth float.
113
 */
114
  public void set4(float ow)
115
    {
116
    w = ow;
117
    }
118

  
97 119
///////////////////////////////////////////////////////////////////////////////////////////////////
98 120
/**
99 121
 * Return the value of the fourth float contained.

Also available in: Unified diff