Lue englanniksi

Jaa


SensorManager.GetInclination(Single[]) Method

Definition

Computes the geomagnetic inclination angle in radians from the inclination matrix <b>I</b> returned by #getRotationMatrix.

C#
[Android.Runtime.Register("getInclination", "([F)F", "")]
public static float GetInclination (float[]? I);

Parameters

I
Single[]

inclination matrix see #getRotationMatrix.

Returns

The geomagnetic inclination angle in radians.

Attributes

Remarks

Computes the geomagnetic inclination angle in radians from the inclination matrix <b>I</b> returned by #getRotationMatrix.

Java documentation for android.hardware.SensorManager.getInclination(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.

Applies to

Tuote Versiot
.NET for Android .NET for Android API 34, .NET for Android API 35

See also

  • <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