scale method

V4 scale(
  1. num o
)

Implementation

V4 scale(num o) => _v4(x * o, y * o, z * o, z * w);