divideBy method

Vector2D divideBy(
  1. num o
)

Implementation

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