OrientationSensorReading.RotationMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the rotation matrix for the current orientation-sensor reading.
public:
property SensorRotationMatrix ^ RotationMatrix { SensorRotationMatrix ^ get(); };
SensorRotationMatrix RotationMatrix();
public SensorRotationMatrix RotationMatrix { get; }
var sensorRotationMatrix = orientationSensorReading.rotationMatrix;
Public ReadOnly Property RotationMatrix As SensorRotationMatrix
Property Value
The rotation matrix for the current orientation-sensor reading.