Vector2D Info Struct made with c++ that stores a vector with two coordinates, x and y, as floats. It can be used to represent a position of a point or a vector. Warning Remember to compile Vector2D.cpp to use it.