divideBy method

Vector4C divideBy(
  1. num o
)

Implementation

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