1 2 3 4 5 6 7 8
#include <omath/omath.hpp> int main() { omath::Vector2 w = omath::Vector2(20.0, 30.0); return 0; }