GyroscopeData
Namespace: Wisej.Hybrid.Shared.Sensors
Assembly: Wisej.Hybrid
Contains the axis readings measured by the device's gyroscope.
- C#
- VB.NET
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.
| Name | Type | Description |
|---|---|---|
| x | Double | X axis data. |
| y | Double | Y axis data. |
| z | Double | Z axis data. |
GyroscopeData(x, y, z)
Initializes a new instance of the GyroscopeData class.
| Name | Type | Description |
|---|---|---|
| x | Single | X axis data. |
| y | Single | Y axis data. |
| z | Single | Z axis data. |
Properties
AngularVelocity
Vector3: Gets the angular velocity vector in radians per second.