scale method

Vector3C scale(
  1. num o
)

Implementation

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