Returns a new vector that is the component-wise difference of this and o.
o
Vector2D sub(Vector2D o) => .vec2(x - o.x, y - o.y);