OrientationSensorReading.Quaternion 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 Quaternion for the current orientation-sensor reading.
public:
property SensorQuaternion ^ Quaternion { SensorQuaternion ^ get(); };
SensorQuaternion Quaternion();
public SensorQuaternion Quaternion { get; }
var sensorQuaternion = orientationSensorReading.quaternion;
Public ReadOnly Property Quaternion As SensorQuaternion
Property Value
The Quaternion for the current orientation-sensor reading.