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/Static3D.java
87 87
    y = vy;
88 88
    z = vz;
89 89
    }
90
  
90

  
91
///////////////////////////////////////////////////////////////////////////////////////////////////
92
/**
93
 * Resets the value of the third float.
94
 *
95
 * @param oz new value of the third float.
96
 */
97
  public void set3(int oz)
98
    {
99
    z = oz;
100
    }
101

  
102
///////////////////////////////////////////////////////////////////////////////////////////////////
103
/**
104
 * Resets the value of the third float.
105
 *
106
 * @param oz new value of the third float.
107
 */
108
  public void set3(float oz)
109
    {
110
    z = oz;
111
    }
112

  
91 113
///////////////////////////////////////////////////////////////////////////////////////////////////
92 114
/**
93 115
 * Return the value of the third float contained.

Also available in: Unified diff