divideBy method

Vector2C divideBy(
  1. num o
)

Implementation

Vector2C divideBy(num o) => scale(1 / o);