This topic has not yet been rated - Rate this topic

SensorRotationMatrix class

Represents a 3x3 rotation matrix.

Syntax


public ref class SensorRotationMatrix sealed : Object

Attributes

DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The SensorRotationMatrix class has these types of members:

Methods

The SensorRotationMatrix class inherits methods from the Object class (C#/VB/C++).

Properties

The SensorRotationMatrix class has these properties.

PropertyAccess typeDescription

M11

Read-onlyGets the value at row 1, column 1 of the given rotation matrix.

M12

Read-onlyGets the value at row 1, column 2 of the given rotation matrix.

M13

Read-onlyGets the value at row 1, column 3 of the given rotation matrix.

M21

Read-onlyGets the value at row 2, column 1 of the given rotation matrix.

M22

Read-onlyGets the value at row 2, column 2 of the given rotation matrix.

M23

Read-onlyGets the value at row 2, column 3 of the given rotation matrix.

M31

Read-onlyGets the value at row 3, column 1 of the given rotation matrix.

M32

Read-onlyGets the value at row 3, column 2 of the given rotation matrix.

M33

Read-onlyGets the value at row 3, column 3 of the given rotation matrix.

 

Remarks

This object is accessed when your app supports the ReadingChanged event for the OrientationSensor object.

Requirements

Minimum supported client

Windows 8 [Windows Store apps, desktop apps]

Minimum supported server

Windows Server 2012 [Windows Store apps, desktop apps]

Minimum supported phone

Windows Phone 8

Namespace

Windows.Devices.Sensors
Windows::Devices::Sensors [C++]

Metadata

Windows.winmd

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.