public final class VgOrientationType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static VgOrientationType |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final VgOrientationType eVgOrientationFixed
public static final VgOrientationType eVgOrientationFixedModulo180degrees
public static final VgOrientationType eVgOrientationCameraFacing
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgOrientationType swigToEnum(int swigValue)