sub method

Vec sub(
  1. Vec other
)

Implementation

Vec sub(Vec other) => Vec(x - other.x, y - other.y);