MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | Properties | List of all members
MbientLab.MetaWear.Core.SensorFusionBosch.CorrectedAngularVelocity Class Reference

Container class holding corrected angular velocity data, in degrees per second More...

Inheritance diagram for MbientLab.MetaWear.Core.SensorFusionBosch.CorrectedAngularVelocity:
MbientLab.MetaWear.Data.AngularVelocity MbientLab.MetaWear.Data.FloatVector

Public Member Functions

 CorrectedAngularVelocity (float x, float y, float z, byte accuracy)
 
override string ToString ()
 
override bool Equals (Object obj)
 
override int GetHashCode ()
 
- Public Member Functions inherited from MbientLab.MetaWear.Data.AngularVelocity
 AngularVelocity (float x, float y, float z)
 
override string ToString ()
 
- Public Member Functions inherited from MbientLab.MetaWear.Data.FloatVector
override bool Equals (Object obj)
 
override int GetHashCode ()
 

Properties

CalibrationAccuracy Accuracy [get]
 
- Properties inherited from MbientLab.MetaWear.Data.AngularVelocity
float X [get]
 
float Y [get]
 
float Z [get]
 
- Properties inherited from MbientLab.MetaWear.Data.FloatVector
float this[int i] [get]
 

Additional Inherited Members

- Public Attributes inherited from MbientLab.MetaWear.Data.AngularVelocity
const char DEGREES = '\u00B0'
 
- Protected Member Functions inherited from MbientLab.MetaWear.Data.FloatVector
 FloatVector (float x0, float x1, float x2)
 
 FloatVector (float x0, float x1, float x2, float x3)
 
- Protected Attributes inherited from MbientLab.MetaWear.Data.FloatVector
readonly float [] vector
 

Detailed Description

Container class holding corrected angular velocity data, in degrees per second


The documentation for this class was generated from the following file: