SensorManager.GetAngleChange(Single[], Single[], Single[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper function to compute the angle change between two rotation matrices.
[Android.Runtime.Register("getAngleChange", "([F[F[F)V", "")]
public static void GetAngleChange (float[]? angleChange, float[]? R, float[]? prevR);
[<Android.Runtime.Register("getAngleChange", "([F[F[F)V", "")>]
static member GetAngleChange : single[] * single[] * single[] -> unit
Parameters
- angleChange
- Single[]
an an array of floats (z, x, and y) in which the angle change (in radians) is stored
- R
- Single[]
current rotation matrix
- prevR
- Single[]
previous rotation matrix
- Attributes
Remarks
Java documentation for android.hardware.SensorManager.getAngleChange(float[], float[], float[]).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.