Project

General

Profile

« Previous | Next » 

Revision ece89b28

Added by Leszek Koltunski about 4 years ago

Adjustment to Static's API.

View differences:

src/main/java/org/distorted/library/type/Static1D.java
68 68
 *
69 69
 * @param ox new value of the first float.
70 70
 */
71
  public void set1(float ox)
71
  public void set0(float ox)
72 72
    {
73 73
    x = ox;
74 74
    }
......
79 79
 * 
80 80
 * @return The single float.
81 81
 */
82
  public float get1()
82
  public float get0()
83 83
    {
84 84
    return x;  
85 85
    }

Also available in: Unified diff