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>

Constructors

GyroscopeData()

Initializes a new instance of GyroscopeData.

GyroscopeData(x, y, z)

Initializes a new instance of the GyroscopeData class.

Name
Type
Description

GyroscopeData(x, y, z)

Initializes a new instance of the GyroscopeData class.

Name
Type
Description

Properties

AngularVelocity

Vector3arrow-up-right: Gets the angular velocity vector in radians per second.

Last updated