Skip to main content

GyroscopeData

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid

Contains the axis readings measured by the device's gyroscope.

public class GyroscopeData : IEquatable<GyroscopeData>

Constructors​

Instance memberGyroscopeData()​

Initializes a new instance of GyroscopeData.

Instance memberGyroscopeData(x, y, z)​

Initializes a new instance of the GyroscopeData class.

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

Instance memberGyroscopeData(x, y, z)​

Initializes a new instance of the GyroscopeData class.

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

Properties​

Instance memberAngularVelocity​

Vector3: Gets the angular velocity vector in radians per second.