xyControl
0.1
Quadrotor Flight Controller on AVR Basis
|
The global 3-Dimensional Floating Point Vector. More...
#include <xycontrol.h>
Data Fields | |
double | x |
X Part. More... | |
double | y |
Y Part. More... | |
double | z |
Z Part. More... | |
The global 3-Dimensional Floating Point Vector.
Definition at line 63 of file xycontrol.h.
double x |
X Part.
Definition at line 64 of file xycontrol.h.
Referenced by accRead(), gyroRead(), magRead(), and orientationTask().
double y |
Y Part.
Definition at line 65 of file xycontrol.h.
Referenced by accRead(), gyroRead(), magRead(), and orientationTask().
double z |
Z Part.
Definition at line 66 of file xycontrol.h.
Referenced by accRead(), gyroRead(), magRead(), and orientationTask().