|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgOrientationType
public final class VgOrientationType
This enum controls the orientation of the geometry object in relation to the camera. Generally geometry objects face the camera no matter the orientation (pitch/heading) of the camera.
Field Summary | |
---|---|
static VgOrientationType |
eVgOrientationCameraFacing
The orientation is updated such that the attributed (be it heading, pitch or roll) always faces the camera. |
static VgOrientationType |
eVgOrientationFixed
The orientation does not change in relation to the camera. |
static VgOrientationType |
eVgOrientationFixedModulo180degrees
The orientation is fixed except when the camera "switches" sides, at which point the orientation changes 180 degrees. |
Method Summary | |
---|---|
static VgOrientationType |
swigToEnum(int swigValue)
|
int |
swigValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final VgOrientationType eVgOrientationFixed
public static final VgOrientationType eVgOrientationFixedModulo180degrees
public static final VgOrientationType eVgOrientationCameraFacing
Method Detail |
---|
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgOrientationType swigToEnum(int swigValue)
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |