|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.jme.cursorsystem.cursordata.ScreenCursorRecord
public class ScreenCursorRecord
The coordinate system for this class is jme screen coordinates.
| Field Summary | |
|---|---|
float |
a
The a. |
float |
da
The da. |
float |
dx
The dx. |
float |
dy
The dy. |
float |
dz
The dz. |
long |
time
The time. |
float |
x
The x. |
float |
y
The y. |
float |
z
The z. |
| Constructor Summary | |
|---|---|
ScreenCursorRecord(float x,
float y)
Instantiates a new screen cursor record. |
|
ScreenCursorRecord(float xpos,
float ypos,
float zpos,
float x_speed,
float y_speed,
float z_speed,
float m_accel,
long l)
Instantiates a new screen cursor record. |
|
ScreenCursorRecord(ScreenCursorRecord r)
Instantiates a new screen cursor record. |
|
ScreenCursorRecord(com.jme.math.Vector2f position,
com.jme.math.Vector2f velocity)
Instantiates a new screen cursor record. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
com.jme.math.Vector2f |
getPosition()
Gets the position. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public float a
public float da
public float dx
public float dy
public float dz
public long time
public float x
public float y
public float z
| Constructor Detail |
|---|
public ScreenCursorRecord(float x,
float y)
x - the xy - the y
public ScreenCursorRecord(float xpos,
float ypos,
float zpos,
float x_speed,
float y_speed,
float z_speed,
float m_accel,
long l)
xpos - the xposypos - the yposzpos - the zposx_speed - the x_speedy_speed - the y_speedz_speed - the z_speedm_accel - the m_accell - the lpublic ScreenCursorRecord(ScreenCursorRecord r)
r - the r
public ScreenCursorRecord(com.jme.math.Vector2f position,
com.jme.math.Vector2f velocity)
position - the positionvelocity - the velocity| Method Detail |
|---|
public java.lang.Object clone()
clone in class java.lang.Objectpublic com.jme.math.Vector2f getPosition()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||