scale method

Vector4C scale(
  1. num o
)

Implementation

Vector4C scale(num o) => set(x * o, y * o, z * o, z * w);