public class Static5D extends Static implements Data5D
| Constructor and Description | 
|---|
Static5D(float vx,
        float vy,
        float vz,
        float vw,
        float vv)
Constructor that initialises the value of the five floats to (vx,vy,vz,vw,vv). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
get(float[] buffer,
   int offset,
   long time,
   long step)
'Interpolation' between the single Point (i.e. 
 | 
float | 
get0()
Return the value of the first float contained. 
 | 
float | 
get1()
Return the value of the second float contained. 
 | 
float | 
get2()
Return the value of the third float contained. 
 | 
float | 
get3()
Return the value of the fourth float contained. 
 | 
float | 
get4()
Return the value of the fifth float contained. 
 | 
void | 
set(float vx,
   float vy,
   float vz,
   float vw,
   float vv)
Reset the value of the floats to (vx,vy,vz,vw,vv). 
 | 
void | 
set(Static5D s)
Copy a Static5D. 
 | 
void | 
set0(float ox)
Resets the value of the first float. 
 | 
void | 
set1(float oy)
Resets the value of the second float. 
 | 
void | 
set2(float oz)
Resets the value of the third float. 
 | 
void | 
set3(float ow)
Resets the value of the fourth float. 
 | 
void | 
set4(float ov)
Resets the value of the fifth float. 
 | 
getDimensionpublic Static5D(float vx,
        float vy,
        float vz,
        float vw,
        float vv)
vx - value of the first float.vy - value of the second float.vz - value of the third float.vw - value of the fourth float.vv - value of the fifth float.public void set(float vx,
       float vy,
       float vz,
       float vw,
       float vv)
vx - new value of the first floatvy - new value of the second floatvz - new value of the third floatvw - new value of the fourth floatvv - new value of the fifth floatpublic void set(Static5D s)
public void set0(float ox)
ox - new value of the first float.public void set1(float oy)
oy - new value of the second float.public void set2(float oz)
oz - new value of the third float.public void set3(float ow)
ow - new value of the fourth float.public void set4(float ov)
ov - new value of the fifth float.public float get0()
public float get1()
public float get2()
public float get3()
public float get4()
public boolean get(float[] buffer,
          int offset,
          long time,
          long step)