SensorRotationMatrix
SensorRotationMatrix
SensorRotationMatrix
SensorRotationMatrix
Class
Definition
Represents a 3x3 rotation matrix.
public : sealed class SensorRotationMatrix : ISensorRotationMatrixpublic sealed class SensorRotationMatrix : ISensorRotationMatrixPublic NotInheritable Class SensorRotationMatrix Implements ISensorRotationMatrix// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
This object is accessed when your app supports the ReadingChanged event for the OrientationSensor object.
Properties
M11 M11 M11 M11
Gets the value at row 1, column 1 of the given rotation matrix.
public : float M11 { get; }public float M11 { get; }Public ReadOnly Property M11 As float// You can use this property in JavaScript.
- Value
- float float float float
The value at row 1, column 1 of the given rotation matrix.
M12 M12 M12 M12
Gets the value at row 1, column 2 of the given rotation matrix.
public : float M12 { get; }public float M12 { get; }Public ReadOnly Property M12 As float// You can use this property in JavaScript.
- Value
- float float float float
The value at row 1, column 2 of the given rotation matrix.
M13 M13 M13 M13
Gets the value at row 1, column 3 of the given rotation matrix.
public : float M13 { get; }public float M13 { get; }Public ReadOnly Property M13 As float// You can use this property in JavaScript.
- Value
- float float float float
The value at row 1, column 3 of the given rotation matrix.
M21 M21 M21 M21
Gets the value at row 2, column 1 of the given rotation matrix.
public : float M21 { get; }public float M21 { get; }Public ReadOnly Property M21 As float// You can use this property in JavaScript.
- Value
- float float float float
The value at row 2, column 1 of the given rotation matrix.
M22 M22 M22 M22
Gets the value at row 2, column 2 of the given rotation matrix.
public : float M22 { get; }public float M22 { get; }Public ReadOnly Property M22 As float// You can use this property in JavaScript.
- Value
- float float float float
The value at row 2, column 2 of the given rotation matrix.
M23 M23 M23 M23
Gets the value at row 2, column 3 of the given rotation matrix.
public : float M23 { get; }public float M23 { get; }Public ReadOnly Property M23 As float// You can use this property in JavaScript.
- Value
- float float float float
The value at row 2, column 3 of the given rotation matrix.
M31 M31 M31 M31
Gets the value at row 3, column 1 of the given rotation matrix.
public : float M31 { get; }public float M31 { get; }Public ReadOnly Property M31 As float// You can use this property in JavaScript.
- Value
- float float float float
The value at row 3, column 1 of the given rotation matrix.
M32 M32 M32 M32
Gets the value at row 3, column 2 of the given rotation matrix.
public : float M32 { get; }public float M32 { get; }Public ReadOnly Property M32 As float// You can use this property in JavaScript.
- Value
- float float float float
The value at row 3, column 2 of the given rotation matrix.
M33 M33 M33 M33
Gets the value at row 3, column 3 of the given rotation matrix.
public : float M33 { get; }public float M33 { get; }Public ReadOnly Property M33 As float// You can use this property in JavaScript.
- Value
- float float float float
The value at row 3, column 3 of the given rotation matrix.