The SensorManager (SensorExtender library) has a small number of functions. How do you call other helper functions available such as: getRotationMatrixFromVector
Sub GetRotationMatrixFromVector (R() As Float, RotationVector() As Float)
Dim jo As JavaObject
jo.InitializeStatic("android.hardware.SensorManager").RunMethod("getRotationMatrixFromVector", Array(R, RotationVector))
End Sub
How is getDefaultSensor different than PhoneSensor.Initialize?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.