#include "Quadcopter.h" Quadcopter::Quadcopter() { } void Quadcopter::LinearMotion(Vector3 velocity, float yawRate) { this->velocity = velocity; this->yawRate = yawRate; }