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/Static2D.java
82 82
    y = oy;
83 83
    }
84 84

  
85
///////////////////////////////////////////////////////////////////////////////////////////////////
86
/**
87
 * Resets the value of the second float.
88
 *
89
 * @param oy new value of the second float.
90
 */
91
  public void set2(int oy)
92
    {
93
    y = oy;
94
    }
95

  
96
///////////////////////////////////////////////////////////////////////////////////////////////////
97
/**
98
 * Resets the value of the second float.
99
 *
100
 * @param oy new value of the second float.
101
 */
102
  public void set2(float oy)
103
    {
104
    y = oy;
105
    }
106

  
85 107
///////////////////////////////////////////////////////////////////////////////////////////////////
86 108
/**
87 109
 * Return the value of the second float contained.

Also available in: Unified diff