xyControl  0.1
Quadrotor Flight Controller on AVR Basis
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
Data Fields
Vector3f Struct Reference

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...
 

Detailed Description

The global 3-Dimensional Floating Point Vector.

Examples:
hardwareTest.c, and uartFlight.c.

Definition at line 63 of file xycontrol.h.

Field Documentation

double x

X Part.

Examples:
hardwareTest.c, and uartFlight.c.

Definition at line 64 of file xycontrol.h.

Referenced by accRead(), gyroRead(), magRead(), and orientationTask().

double y

Y Part.

Examples:
hardwareTest.c, and uartFlight.c.

Definition at line 65 of file xycontrol.h.

Referenced by accRead(), gyroRead(), magRead(), and orientationTask().

double z

Z Part.

Examples:
hardwareTest.c, and uartFlight.c.

Definition at line 66 of file xycontrol.h.

Referenced by accRead(), gyroRead(), magRead(), and orientationTask().


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