SensorManager.GetInclination(Single[]) 方法

定义

从返回的倾斜矩阵 <b>I</b #getRotationMatrix> 中计算地磁倾斜角度(以弧度为单位)。

[Android.Runtime.Register("getInclination", "([F)F", "")]
public static float GetInclination (float[]? I);
[<Android.Runtime.Register("getInclination", "([F)F", "")>]
static member GetInclination : single[] -> single

参数

I
Single[]

倾斜矩阵见 #getRotationMatrix

返回

地磁倾斜角度(弧度)。

属性

注解

从返回的倾斜矩阵 <b>I</b #getRotationMatrix> 中计算地磁倾斜角度(以弧度为单位)。

适用于 . 的 android.hardware.SensorManager.getInclination(float[])Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

另请参阅

  • <xref:Android.Hardware.SensorManager.GetRotationMatrix(System.Single%5b%5d%2c+System.Single%5b%5d%2c+System.Single%5b%5d%2c+System.Single%5b%5d)>
  • <xref:Android.Hardware.SensorManager.GetOrientation(System.Single%5b%5d%2c+System.Single%5b%5d)>
  • GeomagneticField