|
MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Encapsulates Euler angles, values are in degrees More...
Public Member Functions | |
| EulerAngles (float heading, float pitch, float roll, float yaw) | |
| override string | ToString () |
Public Member Functions inherited from MbientLab.MetaWear.Data.FloatVector | |
| override bool | Equals (Object obj) |
| override int | GetHashCode () |
Properties | |
| float | Heading [get] |
| float | Pitch [get] |
| float | Roll [get] |
| float | Yaw [get] |
Properties inherited from MbientLab.MetaWear.Data.FloatVector | |
| float | this[int i] [get] |
Additional Inherited Members | |
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 |
Encapsulates Euler angles, values are in degrees
1.8.14