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

Packages that use SensorValues
com.metaio.sdk   
com.metaio.sdk.jni   
 

Uses of SensorValues in com.metaio.sdk
 

Methods in com.metaio.sdk that return SensorValues
 SensorValues SensorsComponentAndroid.getSensorValues()
          Returns the correct device orientation in degrees based on the screen rotation
 

Uses of SensorValues in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni that return SensorValues
 SensorValues ISensorsComponent.getSensorValues()
          The sensor values are returned in the metaio camera coordinate system used by metaio SDK.
 

Methods in com.metaio.sdk.jni with parameters of type SensorValues
static long SensorValues.getCPtr(SensorValues obj)
           
 

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