SensorRotationMatrix クラス

定義

3x3 回転行列を表します。

public ref class SensorRotationMatrix sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SensorRotationMatrix final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SensorRotationMatrix
Public NotInheritable Class SensorRotationMatrix
継承
Object Platform::Object IInspectable SensorRotationMatrix
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

このオブジェクトは、アプリが OrientationSensor オブジェクトの ReadingChanged イベントをサポートしている場合にアクセスされます。

プロパティ

M11

指定された回転行列の行 1、列 1 の値を取得します。

M12

指定された回転行列の行 1、列 2 の値を取得します。

M13

指定された回転行列の行 1、列 3 の値を取得します。

M21

指定された回転行列の行 2、列 1 の値を取得します。

M22

指定した回転行列の行 2、列 2 の値を取得します。

M23

指定された回転行列の行 2、列 3 の値を取得します。

M31

指定された回転行列の行 3、列 1 の値を取得します。

M32

指定された回転行列の行 3、列 2 の値を取得します。

M33

指定された回転行列の行 3、列 3 の値を取得します。

適用対象

こちらもご覧ください