Uses of Class
com.metaio.sdk.jni.TrackingValues

Packages that use TrackingValues
com.metaio.sdk.jni   
 

Uses of TrackingValues in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni that return TrackingValues
 TrackingValues TrackingValuesVector.get(int i)
           
 TrackingValues IMetaioSDK.getCosOffset(int coordinateSystemID)
           
 TrackingValues IMetaioSDK.getTrackingValues(int coordinateSystemID)
          Returned tracking values may have a state Found, Tracking and Lost.
 TrackingValues IMetaioSDK.getTrackingValues(int coordinateSystemID, boolean rotate)
          Returned tracking values may have a state Found, Tracking and Lost.
 TrackingValues IMetaioSDK.invertPose(TrackingValues inPose)
          This can be interpreted as swapping the roles of the coordinate systems of the camera and the tracking target.
 

Methods in com.metaio.sdk.jni with parameters of type TrackingValues
 void TrackingValuesVector.add(TrackingValues x)
           
 boolean IMetaioSDK.getCosRelation(int baseCos, int relativeCos, TrackingValues relation)
          This function computes the spatial relationship between the two given coordinate systems.
static long TrackingValues.getCPtr(TrackingValues obj)
           
 TrackingValues IMetaioSDK.invertPose(TrackingValues inPose)
          This can be interpreted as swapping the roles of the coordinate systems of the camera and the tracking target.
 void TrackingValuesVector.set(int i, TrackingValues val)
           
 void IMetaioSDK.setCosOffset(int coordinateSystemID, TrackingValues pose)
           
 

Constructors in com.metaio.sdk.jni with parameters of type TrackingValues
TrackingValues(TrackingValues other)