0 out of 2 rated this helpful - Rate this topic

SensorQuaternion class

Represents a Quaternion.

Syntax


/* For information about creating or accessing this object, see Remarks. */

Attributes

DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The SensorQuaternion class has these types of members:

Methods

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

Properties

The SensorQuaternion class has these properties.

PropertyAccess typeDescription

W

Read-onlyGets the w-value of the Quaternion.

X

Read-onlyGets the x-value of the Quaternion.

Y

Read-onlyGets the y-value of the Quaternion.

Z

Read-onlyGets the z-value of the Quaternion.

 

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

© 2013 Microsoft. All rights reserved.