Skip to main content

OrientationSensorData

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid

Contains the orientation measured by the user's device orientation sensor.

public class OrientationSensorData : IEquatable<OrientationSensorData>

Constructors

Instance memberOrientationSensorData()

Initializes a new instance of OrientationSensorData.

Instance memberOrientationSensorData(x, y, z, w)

Initializes a new instance of the OrientationSensorData class.

NameTypeDescription
xDoubleX axis data.
yDoubleY axis data.
zDoubleZ axis data.
wDoubleW axis data.

Instance memberOrientationSensorData(x, y, z, w)

Initializes a new instance of the OrientationSensorData class.

NameTypeDescription
xSingleX axis data.
ySingleY axis data.
zSingleZ axis data.
wSingleW axis data.

Properties

Instance memberOrientation

Quaternion: Gets the current orientation that represents a Quaternion.