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/Static5D.java
100 100
    v = vv;
101 101
    }
102 102

  
103
///////////////////////////////////////////////////////////////////////////////////////////////////
104
/**
105
 * Resets the value of the fifth float.
106
 *
107
 * @param ov new value of the fifth float.
108
 */
109
  public void set5(int ov)
110
    {
111
    v = ov;
112
    }
113

  
114
///////////////////////////////////////////////////////////////////////////////////////////////////
115
/**
116
 * Resets the value of the fifth float.
117
 *
118
 * @param ov new value of the fifth float.
119
 */
120
  public void set5(float ov)
121
    {
122
    v = ov;
123
    }
124

  
103 125
///////////////////////////////////////////////////////////////////////////////////////////////////
104 126
/**
105 127
 * Return the value of the fifth float contained.

Also available in: Unified diff