divideBy method

Vector3D divideBy(
  1. num o
)

Implementation

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