|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.spacenav.SpaceNavEvent
net.sf.spacenav.SpaceNavMotionEvent
public class SpaceNavMotionEvent
This class represents a SpaceNav motion event.
Constructor Summary | |
---|---|
SpaceNavMotionEvent(int x,
int y,
int z,
int rx,
int ry,
int rz)
Create a new SpaceNavMotionEvent |
Method Summary | |
---|---|
int |
getRX()
Get the X-rotation |
int |
getRY()
Get the Y-rotation |
int |
getRZ()
Get the Z-rotation |
int |
getX()
Get the X-translation |
int |
getY()
Get the Y-translation |
int |
getZ()
Get the Z-translation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpaceNavMotionEvent(int x, int y, int z, int rx, int ry, int rz)
x
- x-translationy
- y-translationz
- z-translationrx
- x-rotationry
- y-rotationrz
- z-rotationMethod Detail |
---|
public int getX()
public int getY()
public int getZ()
public int getRX()
public int getRY()
public int getRZ()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |