#include "Vector.h" Vector::Vector(float x, float y) { this->x=x; this->y=y; } Vector::Vector() {}