scale method

Vector2C scale(
  1. num o
)

Implementation

Vector2C scale(num o) => set(x * o, y * o);