divideBy method

Vector3C divideBy(
  1. num o
)

Implementation

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