#ifndef _QUAD_POS_CONTROL_MATH_H_ #define _QUAD_POS_CONTROL_MATH_H_ typedef struct { float x; float y; } Vector2f; #endif