div method

Vector2C div(
  1. Vector2C o
)

Implementation

Vector2C div(Vector2C o) => set(x / o.x, y / o.y);