public final class EyePose extends Object
Modifier and Type | Field and Description |
---|---|
int |
number
Eye number,
0 for the left eye and 1 for the right eye. |
Quaternion |
orientation
Eye orientation
|
float[] |
position
float[3] eye position vector.
|
Constructor and Description |
---|
EyePose(int number) |
EyePose(int number,
float[] position,
Quaternion orientation) |
Modifier and Type | Method and Description |
---|---|
void |
set(float[] position,
Quaternion orientation)
Set position and orientation of this instance.
|
void |
setPosition(float posX,
float posY,
float posZ)
Set position and orientation of this instance.
|
String |
toString() |
public final int number
0
for the left eye and 1
for the right eye.public final float[] position
public final Quaternion orientation
public EyePose(int number)
public EyePose(int number, float[] position, Quaternion orientation)
public final void set(float[] position, Quaternion orientation)
public final void setPosition(float posX, float posY, float posZ)
Copyright 2010 JogAmp Community.