sub method

Vector2C sub(
  1. Vector2C o
)

Implementation

Vector2C sub(Vector2C o) => set(x - o.x, y - o.y);