com.visioglobe.libVisioDevKit
Class VgOrientationType

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgOrientationType

public final class VgOrientationType
extends java.lang.Object

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

eVgOrientationFixed

public static final VgOrientationType eVgOrientationFixed
The orientation does not change in relation to the camera.


eVgOrientationFixedModulo180degrees

public static final VgOrientationType eVgOrientationFixedModulo180degrees
The orientation is fixed except when the camera "switches" sides, at which point the orientation changes 180 degrees. Used such that geometry objects can always viewed left to right.


eVgOrientationCameraFacing

public static final VgOrientationType eVgOrientationCameraFacing
The orientation is updated such that the attributed (be it heading, pitch or roll) always faces the camera.

Method Detail

swigValue

public final int swigValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

swigToEnum

public static VgOrientationType swigToEnum(int swigValue)

VisioDevKit 2.0, Visioglobe® 2013