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/Static1D.java
73 73
    {
74 74
    x = ox;
75 75
    }
76
  
76

  
77
///////////////////////////////////////////////////////////////////////////////////////////////////
78
/**
79
 * Resets the value of the first float.
80
 *
81
 * @param ox new value of the first float.
82
 */
83
  public void set1(int ox)
84
    {
85
    x = ox;
86
    }
87

  
88
///////////////////////////////////////////////////////////////////////////////////////////////////
89
/**
90
 * Resets the value of the first float.
91
 *
92
 * @param ox new value of the first float.
93
 */
94
  public void set1(float ox)
95
    {
96
    x = ox;
97
    }
98

  
77 99
///////////////////////////////////////////////////////////////////////////////////////////////////
78 100
/**
79 101
 * Return the value of the float contained.

Also available in: Unified diff