GyroscopeData
Wisej.Hybrid.Shared.Sensors.GyroscopeData
Namespace: Wisej.Hybrid.Shared.Sensors
Assembly: Wisej.Hybrid (3.5.0.0)
Contains the axis readings measured by the device's gyroscope.
public class GyroscopeData : IEquatable<GyroscopeData>Public Class GyroscopeData
Inherits IEquatable(Of GyroscopeData)Constructors
GyroscopeData()
Initializes a new instance of GyroscopeData.
GyroscopeData(x, y, z)
Initializes a new instance of the GyroscopeData class.
GyroscopeData(x, y, z)
Initializes a new instance of the GyroscopeData class.
Properties
AngularVelocity
Vector3: Gets the angular velocity vector in radians per second.
Last updated