operator / method

Point operator /(
  1. num divisor
)

Implementation

Point operator /(num divisor) => Point.vector(toVector() / divisor);